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 74f9d20 commit c72b4a6Copy full SHA for c72b4a6
generator/templates/simple/src/App.vue
@@ -87,7 +87,7 @@
87
this.goTo('about');
88
},
89
goTo(route) {
90
- VUE_APP_MODE === 'web' ? this.$router.push(route) : Vue.prototype.$navigator.navigate(route);
+ VUE_APP_MODE === 'web' ? this.$router.push(route) : this.$navigator.navigate(route);
91
}
92
<%_ } _%>
93
0 commit comments