Newer
Older
urbanLifeline_YanAn / src / views / DialogTabs / component / gwpm.vue
@鲁yixuan 鲁yixuan on 6 Oct 288 bytes updata
<template>
  <div id="gwpm">111</div>
</template>

<script setup name="gwpm">
import { ref, reactive, toRefs, onMounted } from 'vue';

onMounted(() => {});
</script>

<style lang="scss" scoped>
#gwpm {
  width: 100%;
  height: 100%;
  text-align: center;
  // background: red;
}
</style>