index.vue 188 B

12345678910111213
  1. <template>
  2. <view>
  3. index
  4. <!-- <MyLayout>home</MyLayout> -->
  5. </view>
  6. </template>
  7. <script setup>
  8. // import MyLayout from '@/components/Layout'
  9. </script>
  10. <style lang="scss">
  11. </style>