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