We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfa5301 commit acb9132Copy full SHA for acb9132
AspNetCoreVueMpa.Web/ClientApp/views/home/index/main.js
@@ -1,10 +1,7 @@
1
import Vue from 'vue'
2
import HelloWorld from "./HelloWorld.vue";
3
-import { BootstrapVue } from "bootstrap-vue";
4
5
-Vue.use(BootstrapVue);
6
-
7
-Vue.component('default-layout', () => import(/* webpackChunkName: "layout-container" */ '../../../components/layout/DefaultLayout.vue'));
+import '../../../utils/app-init.js';
8
9
const app = new Vue({
10
el: '#app',
AspNetCoreVueMpa.Web/ClientApp/views/student/index/main.js
@@ -1,6 +1,8 @@
import StudentIndex from "./StudentIndex.vue";
+
render: h => h(StudentIndex)
0 commit comments