feat(editor): 代码块配置默认全部展开
This commit is contained in:
@@ -36,6 +36,8 @@ const codeConfig = computed(() => ({
|
||||
type: 'group-list',
|
||||
name: 'hookData',
|
||||
enableToggleMode: false,
|
||||
expandAll: true,
|
||||
titleKey: 'codeId',
|
||||
items: [
|
||||
{
|
||||
type: 'code-select-col',
|
||||
|
||||
Reference in New Issue
Block a user