Files
core/hwe/ts/v_inheritPoint.ts
T
2021-09-03 02:42:50 +09:00

4 lines
117 B
TypeScript

import { createApp } from 'vue'
import InheritPoint from './inheritPoint.vue';
createApp(InheritPoint).mount('#app')