vue: inheritPoint(WIP)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import { createApp } from 'vue'
|
||||
import InheritPoint from './inheritPoint.vue';
|
||||
|
||||
createApp(InheritPoint).mount('#app')
|
||||
Reference in New Issue
Block a user