docs: add missing import

pull/1743/head
Divyansh Singh 3 years ago committed by GitHub
parent 257f9e68e9
commit dcf55b17f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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'

Loading…
Cancel
Save