feat(editor): 代码块配置默认全部展开

This commit is contained in:
roymondchen 2023-05-30 17:46:31 +08:00
parent 9281d06723
commit e83cf322b5

View File

@ -36,6 +36,8 @@ const codeConfig = computed(() => ({
type: 'group-list',
name: 'hookData',
enableToggleMode: false,
expandAll: true,
titleKey: 'codeId',
items: [
{
type: 'code-select-col',