Skip to content

Commit

Permalink
fix(): added missing import instruction in README
Browse files Browse the repository at this point in the history
  • Loading branch information
philippedasilva-orizone authored and therufa committed Mar 12, 2021
1 parent 7b56c61 commit 67347b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Vue.use(mdiVue, {
**Vue 3 example**
```
import { createApp } from 'vue'
import mdiVue from 'mdi-vue'
import * as mdijs from '@mdi/js'
// `App` according to the vue 3 documentation
Expand Down

0 comments on commit 67347b7

Please sign in to comment.