docs: editor props sidebar 例子中少了]

This commit is contained in:
roymondchen 2024-05-31 14:49:29 +08:00
parent 94db430b85
commit 9448d94e99

View File

@ -195,6 +195,7 @@ const sidebar = ref({
component: markRaw(ModListPanel),
text: '模块',
},
],
});
</script>