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

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

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

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