is it more convenient to use vuex?
breadcrumb navmenuwatch
navmenu
breadcrumb
breadcrumb
can you add a detail to the end
like this, homepage > Audit > details
is it more convenient to use vuex?
breadcrumb navmenuwatch
navmenu
breadcrumb
breadcrumb
can you add a detail to the end
like this, homepage > Audit > details
use vuex in this case.
Previous: How to configure the contents of webpack.base.conf.js in vue.config.js in vue.cli3.0
Next: How to understand CONCAT
< H3 > opens the first page (that is, the default page), and there is a list. Clicking on an item in the list will jump to a new page (in fact, it is not much the same as the previous page). Because the pages are all the same, I think this is "I transfe...
,main,,export default [ { }]; ask the bosses for advice. Thank you ...
the problem now is that my route is not a nested route, how to show bread crumbs: { path: manageMain , component: manageMain, name: manageMain , children: [ ...
it is usually a level 2 route, and there is no problem, but a new level 3 route discovery page cannot be opened { path: questionnaire , component:view, children:[ { path: , compon...
I created a new global.js file under assets js: import Vue from "vue"; import Router from "vue-router"; export default({ back:function(){ this.$router.go(-1); }, }) main.js: import global from . a...