Skip to content

Commit 99065eb

Browse files
committed
Add a useful comment.
1 parent bc3efa3 commit 99065eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generator/templates/simple/src/main.native.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import Navigator from 'nativescript-vue-navigator'
1818
import App from './App.vue';
1919
import { options } from './router';
2020

21+
// adapt vue-router routes to nativescript-vue-navigator
2122
const routes = options.routes.reduce((data, route) => {
2223
data[route.name] = {
2324
component: route.component

0 commit comments

Comments
 (0)