This commit is contained in:
2023-10-08 22:53:08 +08:00
parent b6ca53f70e
commit b883b02fb9
13 changed files with 475 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<script lang="ts">
import {defineComponent} from 'vue'
export default defineComponent({
name: "index"
})
</script>
<template>
$END$
</template>
<style scoped lang="scss">
</style>