index.vue 125 B

1234567
  1. <template>
  2. <login-box></login-box>
  3. </template>
  4. <script setup>
  5. import loginBox from './components/loginBox.vue'
  6. </script>