初始代码

This commit is contained in:
zxf
2026-05-08 00:45:11 +08:00
commit 13fad0c507
14 changed files with 2832 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<script setup lang="ts"></script>
<template>
<h1>You did it!</h1>
<p>
Visit <a href="https://vuejs.org/" target="_blank" rel="noopener">vuejs.org</a> to read the
documentation
</p>
</template>
<style scoped></style>