mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-09-10 12:50:28 +08:00
feat(editor): 代码块配置默认全部展开
This commit is contained in:
parent
9281d06723
commit
e83cf322b5
@ -36,6 +36,8 @@ const codeConfig = computed(() => ({
|
|||||||
type: 'group-list',
|
type: 'group-list',
|
||||||
name: 'hookData',
|
name: 'hookData',
|
||||||
enableToggleMode: false,
|
enableToggleMode: false,
|
||||||
|
expandAll: true,
|
||||||
|
titleKey: 'codeId',
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
type: 'code-select-col',
|
type: 'code-select-col',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user