formato
This commit is contained in:
+3
-3
@@ -14,11 +14,11 @@ Vue.use(BootstrapVue);
|
||||
Vue.config.productionTip = false;
|
||||
Vue.use(VueRouter);
|
||||
const router = new VueRouter({
|
||||
routes
|
||||
routes,
|
||||
});
|
||||
|
||||
new Vue({
|
||||
el: "#app",
|
||||
render: h => h(App),
|
||||
router
|
||||
render: (h) => h(App),
|
||||
router,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user