Newer
Older
urbanLifeline_YanAn / src / views / DialogTabs / component / RQ_Warning.vue
@鲁yixuan 鲁yixuan on 16 Oct 332 bytes updata
<template>
  <div id="RQ_Warning"></div>
</template>

<script setup name="RQ_Warning">
import { ref, reactive, toRefs, onMounted } from 'vue';
import bus from '@/bus';
const { proxy } = getCurrentInstance();
</script>

<style lang="scss" scoped>
#RQ_Warning {
  width: 100%;
  height: 100%;
  // background: yellowgreen;
}
</style>