Skip to content

Commit df18d0b

Browse files
authored
fix : vue import (#387)
* Fix CLI execution command * fix : vue import
1 parent 5f12f6f commit df18d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/getting-started/creating-an-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A Nativescript-Vue application is initialized as we are used to doing in Vue, bu
99
An example of a traditional application input file is the following.
1010

1111
```ts
12-
import { createApp } from 'vue'
12+
import { createApp } from 'nativescript-vue'
1313
// import the root component App from a single-file component.
1414
import App from './App.vue'
1515

0 commit comments

Comments
 (0)