Skip to content

Commit fd2e241

Browse files
authored
docs: use vuepress package in zh migration guide (#1244)
1 parent d2150f7 commit fd2e241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh/guide/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ VuePress v2 的核心思想和流程是和 v1 一致的,但 v2 API 经过了
4747
- },
4848
- }
4949

50-
+ import { defaultTheme } from '@vuepress/theme-default'
50+
+ import { defaultTheme } from 'vuepress'
5151
+ export default {
5252
+ theme: defaultTheme({
5353
+ // 默认主题配置

0 commit comments

Comments
 (0)