Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb11c47c

Browse files
committed
docs (ts): As there is an out-of-the-box TS support, document the chance to have a main.ts file.
1 parent394b0fe commitb11c47c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ After the installation is complete, you can run the `vue-devtools` command from
3131

3232
##Step 3: Install the`nativescript-vue-devtools` plugin in your app
3333

34-
To connect your application to the Vue DevTools, you need to modify`main.js`.
34+
To connect your application to the Vue DevTools, you need to modify`main.js` (or`main.ts`).
3535

3636
In your code, import`nativescript-vue-devtools` and tell NativeScript-Vue about it using`Vue.use()`.
3737

@@ -48,7 +48,7 @@ If you are using a real device instead of an emulator, set the `host` configurat
4848
Vue.use(VueDevtools, { host:'192.168.1.42' })
4949
```
5050

51-
##Step 4: Run Vue DevTools
51+
##Step 4: Run Vue DevTools
5252

5353
Run the following command to launch the Vue DevTools:
5454

‎content/docs/en/getting-started/7-vue-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The most recent version of Vuex will be added to your `package.json`.
2828

2929
###Import the plugin
3030

31-
Open your app entry file (likely`app.js`or`main.js`) and add the following line at the top:
31+
Open your app entry file (likely`app.js`,`main.js`or`main.ts`) and add the following line at the top:
3232

3333
```js
3434
importVuexfrom'vuex'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp