fix(docs): work spell error

pull/326/head
FangYing 4 years ago committed by GitHub
parent 3cec536c1f
commit 187c1b36cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -117,7 +117,7 @@ The default theme's `<Layout/>` component has a few slots that can be used to in
```js ```js
// .vitepress/theme/index.js // .vitepress/theme/index.js
import DefaultTheme from 'vitepress/theme' import DefaultTheme from 'vitepress/theme'
import MyLayout fro './MyLayout.vue' import MyLayout from './MyLayout.vue'
export default { export default {
...DefaultTheme, ...DefaultTheme,

Loading…
Cancel
Save