vue: join

This commit is contained in:
2021-09-15 19:06:15 +00:00
committed by Gitea
parent ed9301455d
commit 22025bd89e
25 changed files with 781 additions and 142 deletions
+4 -1
View File
@@ -1 +1,4 @@
import { createApp } from 'vue'
import { createApp } from 'vue'
import Join from './Join.vue';
createApp(Join).mount('#app')