Skip to content

Commit

Permalink
docs: add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Dec 28, 2022
1 parent 257f9e6 commit dcf55b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/guide/theme-introduction.md
Expand Up @@ -182,6 +182,7 @@ Or you could use render function as well.

```js
// .vitepress/theme/index.js
import { h } from 'vue'
import DefaultTheme from 'vitepress/theme'
import MyComponent from './MyComponent.vue'

Expand Down

0 comments on commit dcf55b1

Please sign in to comment.