diff --git a/src/components/draw-app/CCTVDrawProperties.vue b/src/components/draw-app/CCTVDrawProperties.vue index a569e69..e4744e5 100644 --- a/src/components/draw-app/CCTVDrawProperties.vue +++ b/src/components/draw-app/CCTVDrawProperties.vue @@ -26,6 +26,9 @@ + @@ -45,6 +48,8 @@ import IscsTextProperty from './properties/IscsTextProperty.vue'; import { TextContent } from 'src/graphics/textContent/TextContent'; import cctvButtonProperty from './properties/CCTV/CCTVButtonProperty.vue'; import { CCTVButton } from 'src/graphics/CCTV/cctvButton/CCTVButton'; +import RectProperty from './properties/RectProperty.vue'; +import { Rect } from 'src/graphics/rect/Rect'; const drawStore = useDrawStore(); diff --git a/src/components/draw-app/FireAlarmDrawProperties.vue b/src/components/draw-app/FireAlarmDrawProperties.vue index 7a249d8..9ca8103 100644 --- a/src/components/draw-app/FireAlarmDrawProperties.vue +++ b/src/components/draw-app/FireAlarmDrawProperties.vue @@ -26,6 +26,9 @@ +