two.vue 211 B

1234567891011121314
  1. <template>
  2. <div class="page_item">
  3. 2哈
  4. </div>
  5. </template>
  6. <script setup>
  7. // import { onMounted, reactive } from "vue";
  8. </script>
  9. <style scoped>
  10. .page_item{
  11. width: 100%;
  12. height: 100%;
  13. }
  14. </style>