Unverified Commit 6fb0b1f3 authored by yann300's avatar yann300 Committed by GitHub

allow plugin to activate each other

parent 22f275e8
...@@ -29,7 +29,7 @@ export class RemixAppManager extends PluginManager { ...@@ -29,7 +29,7 @@ export class RemixAppManager extends PluginManager {
} }
async canActivate (from, to) { async canActivate (from, to) {
return canActivate(from.name) return true // canActivate(from.name)
} }
async canDeactivate (from, to) { async canDeactivate (from, to) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment