questionnaireList.vue 254 B

123456789101112131415
  1. <template>
  2. <div class="page">
  3. </div>
  4. </template>
  5. <script setup name="">
  6. import { ref, getCurrentInstance } from 'vue'
  7. const { proxy } = getCurrentInstance();
  8. </script>
  9. <style scoped lang="scss">
  10. </style>