... <webix-ui :config="ui"></webix-ui> ... ui: { rows: [ .... (sidebar) , { template: '<router-view></router-view>' } ] ... When sidebar clicked, router.push('/') cannot working. how to use it?
...
...
ui: {
rows: [
.... (sidebar)
, {
template: ''
}
]
...
When sidebar clicked, router.push('/') cannot working.
how to use it?