4 lines
117 B
TypeScript
4 lines
117 B
TypeScript
import { createApp } from 'vue'
|
|
import InheritPoint from './inheritPoint.vue';
|
|
|
|
createApp(InheritPoint).mount('#app') |