second.vue 117 B

1234567
  1. <template>
  2. <div><input /></div>
  3. </template>
  4. <script lang="ts" setup></script>
  5. <style lang="scss" scoped></style>