index4.vue 124 B

123456789101112
  1. <script setup>
  2. </script>
  3. <template>
  4. <div>
  5. index4
  6. </div>
  7. </template>
  8. <style lang='scss' scoped>
  9. </style>