提交 8c2eb75c 编写于 作者: S shenjizhe

1

上级 1a4397e0
......@@ -5,7 +5,7 @@
:style="{ width: title.length * 0.75 + 'em', height: columns.length * 1.4 + 2 + 'em' }"
:x="x"
:y="y"
:animation="false"
:animation="animation"
direction="all"
@touchstart="touchstart"
@touchmove.stop="touchmove"
......@@ -24,6 +24,13 @@ export default {
emits: ['start', 'move', 'end', 'change'],
props: {
name: 'uml-entity',
animation:{
type:Boolean,
required:false,
default(){
return false;
}
},
x: {
type: Number,
required: false,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册