Skip to content

Commit a622532

Browse files
Shuunenrigor789
authored andcommitted
Update 5-vue-devtools.md (#203)
* added hint to use real device that one was not easy to find :) * Update 5-vue-devtools.md
1 parent a462078 commit a622532

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/docs/en/getting-started/5-vue-devtools.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ import VueDevtools from 'nativescript-vue-devtools'
3737
Vue.use(VueDevtools)
3838
```
3939

40+
*Optional*: If you use a real device instead of an emulator, it will not be able to connect to your host machine by default. You will need to set the host config option to the IP of your dev machine:
41+
```js
42+
Vue.use(VueDevtools, { host: '192.168.1.42' })
43+
```
44+
4045
** 4. Run Vue Devtools **
4146

4247
```shell

0 commit comments

Comments
 (0)