second version

This commit is contained in:
2026-08-04 01:32:33 +02:00
parent 94f72d351e
commit 081e08d1f5
11 changed files with 435 additions and 267 deletions
+5
View File
@@ -0,0 +1,5 @@
import { createApp } from 'vue'
import App from './App.vue'
import './style.css'
createApp(App).mount('#app')