更改画布标题
This commit is contained in:
@@ -67,6 +67,10 @@ const emit = defineEmits([
|
||||
]);
|
||||
|
||||
const props = defineProps({
|
||||
title: {
|
||||
type: String,
|
||||
default: "", // 默认空
|
||||
},
|
||||
canvasJSON: {
|
||||
type: [Object, String],
|
||||
default: "", // 默认空
|
||||
@@ -1192,6 +1196,7 @@ isContainNormalLayer})
|
||||
<!-- 头部菜单组件 -->
|
||||
<div class="header-menu">
|
||||
<HeaderMenu
|
||||
:title="props.title"
|
||||
v-if="canvasManagerLoaded"
|
||||
:activeTool="activeTool"
|
||||
:canvasWidth="canvasWidth"
|
||||
|
||||
Reference in New Issue
Block a user