vue: inheritPoint(WIP)

This commit is contained in:
2021-09-03 02:42:50 +09:00
parent e3251b352f
commit ca4888ecae
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')