@@ -735,6 +735,10 @@ let cprops = [
{
value: 'iframe',
label: $t('网页地址'),
+ },
+ {
+ value: 'animateReverse',
+ label: $t('连线动画反向'),
}
];
@@ -282,6 +282,10 @@ const cprops = ref<any>([
value: 'selectedKey',
label: $t('单选选中值'),
]);
@@ -269,6 +269,10 @@ const cProps = [
@@ -984,6 +984,10 @@ const cProps = [
@@ -408,7 +408,11 @@ const cprops = ref<any>([
},
- label: $t('单选选中值'),
+ label: $t('单选选中值')