Files
core/hwe/ts/v_inheritPoint.ts
T
2021-12-11 12:12:16 +09:00

7 lines
221 B
TypeScript

import "@scss/common/bootstrap5.scss";
import { createApp } from 'vue'
import InheritPoint from '@/inheritPoint.vue';
import BootstrapVue3 from 'bootstrap-vue-3'
createApp(InheritPoint).use(BootstrapVue3).mount('#app');