electron-vue-admin icon indicating copy to clipboard operation
electron-vue-admin copied to clipboard

支持多层嵌套router么?

Open haopf opened this issue 5 years ago • 0 comments

好像就支持两层。允许在router/index.js里面出现一层children,再加一层children,均表示会warning--'unaccepted'

Error: Aborted because ./src/router/index.js is not accepted
Update propagation: ./src/router/index.js -> ./src/main.js -> 0
    at hotApply (http://localhost:9528/app.js:506:30)
    at http://localhost:9528/app.js:344:22

haopf avatar Jan 20 '20 15:01 haopf