first commit

This commit is contained in:
yuantao
2026-04-14 11:31:58 +08:00
commit 85574798f2
10 changed files with 3132 additions and 0 deletions

4
src/main.js Normal file
View File

@@ -0,0 +1,4 @@
import { createApp } from 'vue';
import App from './App.vue';
createApp(App).mount('#app');