Skip to content

Commit 922c705

Browse files
feat: 更新编辑器菜单路径,将运行时类型更改为 vue3,以支持最新的编辑器功能
1 parent 2819a8e commit 922c705

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/playground/src/menus/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ const _menus:IMenuData[] = [{
55
auth_name: '编辑器',
66
id: 2,
77
pid: 0,
8-
path: '/editor-page?runtimePathType=vue2',
9-
path_type: 1,
8+
path: '/editor-page?runtimePathType=vue3',
9+
path_type: 1
1010
}];
1111

1212
console.log('_menus', _menus);

0 commit comments

Comments
 (0)