perf: adjust the import order to make it more elegant #1537

This commit is contained in:
Pan
2019-01-29 16:54:38 +08:00
parent 3153a1b10b
commit 9daeb1cb34
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ function filterAsyncRouter(routes, roles) {
const permission = {
state: {
routers: constantRouterMap,
routers: [],
addRouters: []
},
mutations: {