Skip to content

Commit 7b806fd

Browse files
mitarAkryum
authored andcommitted
This is now named RouterFactory (#318)
1 parent 2e1bff5 commit 7b806fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-router2/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ Package.onUse(function (api) {
2323
api.use('ecmascript@0.10.0')
2424
api.use('akryum:npm-check@0.1.0')
2525
api.mainModule('client/client.js', 'client')
26-
api.export(['Router', 'nativeScrollBehavior'], 'client')
26+
api.export(['RouterFactory', 'nativeScrollBehavior'], 'client')
2727
})

0 commit comments

Comments
 (0)