index.vue 186 B

12345678910
  1. <!-- 门墩儿入口管理页 -->
  2. <template>
  3. <div>vue3PageInit</div>
  4. </template>
  5. <script setup>
  6. defineOptions({name: 'entrances-index'})
  7. </script>
  8. <style lang="scss" scoped>
  9. </style>