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 400d580 commit bc3efa3Copy full SHA for bc3efa3
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) : this.$navigator.navigate(route);
+ VUE_APP_MODE === 'web' ? this.$router.push(route) : Vue.prototype.$navigator.navigate(route);
91
}
92
<%_ } _%>
93
@@ -132,7 +132,7 @@
132
133
134
public goTo(route) {
135
136
137
138
0 commit comments