This commit is contained in:
kandrusyak
2023-01-15 20:07:30 +03:00
commit 1d6c521ed6
13 changed files with 6328 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')