diff --git a/src/component/overlay.vue b/src/component/overlay.vue index 01872af9..c12caa43 100644 --- a/src/component/overlay.vue +++ b/src/component/overlay.vue @@ -74,16 +74,10 @@ private readonly control!: Control @Prop() - private readonly screenSize: { width: number; height: number } = { - width: 0, - height: 0, - } + private readonly screenSize!: { width: number; height: number } @Prop() - private readonly canvasSize: { width: number; height: number } = { - width: 0, - height: 0, - } + private readonly canvasSize!: { width: number; height: number } @Prop() private readonly isControling!: boolean