Skip to content

Commit

Permalink
docs: use vuepress package in zh migration guide (#1244)
Browse files Browse the repository at this point in the history
  • Loading branch information
ukea committed Feb 3, 2023
1 parent d2150f7 commit fd2e241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh/guide/migration.md
Expand Up @@ -47,7 +47,7 @@ VuePress v2 的核心思想和流程是和 v1 一致的,但 v2 API 经过了
- },
- }

+ import { defaultTheme } from '@vuepress/theme-default'
+ import { defaultTheme } from 'vuepress'
+ export default {
+ theme: defaultTheme({
+ // 默认主题配置
Expand Down

0 comments on commit fd2e241

Please sign in to comment.