10000
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 8ff10e3 commit 3700b52Copy full SHA for 3700b52
platform/nativescript/framework.js
@@ -9,7 +9,7 @@ import application from 'tns-core-modules/application'
9
import Vue from './runtime/index'
10
import ModalPlugin from './plugins/modal-plugin'
11
import NavigatorPlugin from './plugins/navigator-plugin'
12
-import RouterPlugin from './plugins/router-plugin'
+// import RouterPlugin from './plugins/router-plugin'
13
14
import { setVue } from './util'
15
@@ -19,7 +19,7 @@ setVue(Vue)
19
20
Vue.use(ModalPlugin)
21
Vue.use(NavigatorPlugin)
22
-Vue.use(RouterPlugin)
+// Vue.use(RouterPlugin)
23
24
console.log = (function(log, inspect, Vue) {
25
return function() {
0 commit comments