This commit is contained in:
FireMasterK
2020-11-06 09:06:25 +05:30
commit ec24841f1a
11 changed files with 12332 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')