fix(editor): 修正Editor slot 变量位置

This commit is contained in:
i33 2022-06-25 09:19:08 +08:00 committed by jia000
parent 618f853d63
commit ecd80cb4a4

View File

@ -10,8 +10,8 @@
</slot>
</template>
<template #workspace :editorService="editorService">
<slot name="workspace">
<template #workspace>
<slot name="workspace" :editorService="editorService">
<workspace>
<template #workspace-content><slot name="workspace-content" :editorService="editorService"></slot></template>
<template #page-bar-title="{ page }"><slot name="page-bar-title" :page="page"></slot></template>