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 bc3efa3 commit 99065ebCopy full SHA for 99065eb
generator/templates/simple/src/main.native.js
@@ -18,6 +18,7 @@ import Navigator from 'nativescript-vue-navigator'
18
import App from './App.vue';
19
import { options } from './router';
20
21
+// adapt vue-router routes to nativescript-vue-navigator
22
const routes = options.routes.reduce((data, route) => {
23
data[route.name] = {
24
component: route.component
0 commit comments