Skip to content

Commit f33d4bb

Browse files
authored
docs: use vuepress package in migration guide (#1245)
1 parent 9070095 commit f33d4bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Using a theme via string is not supported. Import the theme directly.
4747
- },
4848
- }
4949

50-
+ import { defaultTheme } from '@vuepress/theme-default'
50+
+ import { defaultTheme } from 'vuepress'
5151
+ export default {
5252
+ theme: defaultTheme({
5353
+ // default theme config

0 commit comments

Comments
 (0)