Skip to content

Commit

Permalink
Fix code example
Browse files Browse the repository at this point in the history
changed `createVue()` to `createApp()` because this is the correct usage
  • Loading branch information
NicholasDawson authored Feb 21, 2023
1 parent f00e001 commit 212ac0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const app = new Vue({
```

```js { resource="3.0" }
const app = createVue()
const app = createApp()

const vuetify = createVuetify({ ... })

Expand Down

0 comments on commit 212ac0c

Please sign in to comment.