8000
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 6b490bd commit 9ad10eeCopy full SHA for 9ad10ee
platform/nativescript/framework.js
@@ -10,7 +10,6 @@ import application from 'application'
10
import Vue from './runtime/index'
11
import ModalPlugin from './plugins/modal-plugin'
12
import NavigatorPlugin from './plugins/navigator-plugin'
13
-// import DecoderPlugin from './plugins/decoder-plugin'
14
import RouterPlugin from './plugins/router-plugin'
15
16
import { setVue } from './util'
@@ -19,7 +18,6 @@ setVue(Vue)
19
18
20
Vue.use(ModalPlugin)
21
Vue.use(NavigatorPlugin)
22
-// Vue.use(DecoderPlugin)
23
Vue.use(RouterPlugin)
24
25
console.log = (function(log, inspect, Vue) {
platform/nativescript/plugins/decoder-plugin.js
0 commit comments