diff --git a/src/components/draw-app/properties/PlatformProperty.vue b/src/components/draw-app/properties/PlatformProperty.vue index c89bb31..df1b320 100644 --- a/src/components/draw-app/properties/PlatformProperty.vue +++ b/src/components/draw-app/properties/PlatformProperty.vue @@ -10,16 +10,14 @@ lazy-rules autogrow /> - { } return ''; }); -const optionsDoor = [ - { label: '是', value: true }, - { label: '否', value: false }, -]; const optionsDirection = [ { label: '向上', value: 'up' }, { label: '向下', value: 'down' },