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 74c9cd0 commit 221e1dfCopy full SHA for 221e1df
README.md
@@ -12,13 +12,13 @@ $ npm install --save nativescript-vue-navigator
12
// main.js
13
import Vue from 'nativescript-vue'
14
...
15
-+import Navigator from 'nativescript-vue-navigator'
16
-+import {routes} from './routes'
17
-+Vue.use(Navigator, { routes })
++ import Navigator from 'nativescript-vue-navigator'
++ import {routes} from './routes'
++ Vue.use(Navigator, { routes })
18
19
new Vue({
20
- - render: h => h('frame', App),
21
- + render: h => h(App),
+- render: h => h('frame', App),
++ render: h => h(App),
22
}).$start()
23
```
24
0 commit comments