VueTest.vue 159 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 <!-- * 草稿 --> <script setup lang="ts"> // import { ref } from 'vue'; </script> <template> <div></div> </template> <style lang="scss" scoped></style>