allow plugin to activate each other

pull/14/head
yann300 4 years ago committed by GitHub
parent 22f275e8b8
commit 6fb0b1f327
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/remixAppManager.js

@ -29,7 +29,7 @@ export class RemixAppManager extends PluginManager {
}
async canActivate (from, to) {
return canActivate(from.name)
return true // canActivate(from.name)
}
async canDeactivate (from, to) {

Loading…
Cancel
Save