From eac6b2fe8a975446f45b8157f8921bc61cea0a26 Mon Sep 17 00:00:00 2001 From: pipipi-pikachu <1171051090@qq.com> Date: Tue, 19 Jan 2021 23:57:40 +0800 Subject: [PATCH] fix --- src/views/Editor/Canvas/GridLines.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Editor/Canvas/GridLines.vue b/src/views/Editor/Canvas/GridLines.vue index 930c5090..93390112 100644 --- a/src/views/Editor/Canvas/GridLines.vue +++ b/src/views/Editor/Canvas/GridLines.vue @@ -24,7 +24,7 @@ import { SlideBackground } from '@/types/slides' export default defineComponent({ name: 'grid-lines', - setup(props) { + setup() { const store = useStore() const canvasScale = computed(() => store.state.canvasScale) const background: Ref = computed(() => store.getters.currentSlide.background)