9 lines
218 B
Vue
Raw Normal View History

2023-06-19 15:37:14 +08:00
<template>
<div class="">智慧工地</div>
</template>
<script setup lang="tsx" name="ProjectSupervisionRecord">
import { ref, reactive, nextTick, computed } from "vue";
</script>
<style scoped lang="scss"></style>