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 3cc7a1c commit c1e8ea4Copy full SHA for c1e8ea4
src/index.js
@@ -21,7 +21,7 @@ const historyBackends = {
21
* @param {Object} [options]
22
*/
23
24
-export default class Router {
+class Router {
25
26
constructor ({
27
hashbang = true,
@@ -133,3 +133,5 @@ Router.install = function (Vue) {
133
if (typeof window !== 'undefined' && window.Vue) {
134
window.Vue.use(Router)
135
}
136
+
137
+export default Router;
0 commit comments