Skip to content

Commit 0aa24e6

Browse files
committed
Use vue devtools.
1 parent 38174a9 commit 0aa24e6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

app/main.native.js

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
import Vue from 'nativescript-vue'
2+
import VueDevtools from 'nativescript-vue-devtools'
3+
4+
Vue.use(VueDevtools)
25

36
import HelloWorld from './components/HelloWorld'
47

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@
1919
}
2020
},
2121
"dependencies": {
22+
"@vue/devtools": "^5.0.0-beta.3",
23+
"nativescript-socket.io": "^0.9.0",
2224
"nativescript-theme-core": "^1.0.4",
25+
"nativescript-toast": "^1.4.6",
2326
"nativescript-vue": "^2.0.0-alpha.3",
27+
"nativescript-vue-devtools": "^1.0.0",
2428
"tns-core-modules": "^4.2.0",
2529
"vue": "^2.5.17"
2630
},
@@ -53,4 +57,4 @@
5357
"webpack-cli": "^3.1.0",
5458
"webpack-dev-server": "^3.1.8"
5559
}
56-
}
60+
}

0 commit comments

Comments
 (0)