vue: inheritPoint(WIP)

This commit is contained in:
2021-09-03 02:42:50 +09:00
parent 12f37f76c7
commit 6e4113de11
12 changed files with 1000 additions and 6 deletions
+4
View File
@@ -0,0 +1,4 @@
import { createApp } from 'vue'
import InheritPoint from './inheritPoint.vue';
createApp(InheritPoint).mount('#app')