We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e1bff5 commit 7b806fdCopy full SHA for 7b806fd
packages/vue-router2/package.js
@@ -23,5 +23,5 @@ Package.onUse(function (api) {
23
api.use('ecmascript@0.10.0')
24
api.use('akryum:npm-check@0.1.0')
25
api.mainModule('client/client.js', 'client')
26
- api.export(['Router', 'nativeScrollBehavior'], 'client')
+ api.export(['RouterFactory', 'nativeScrollBehavior'], 'client')
27
})
0 commit comments