pipipi-pikachu 5 年 前
コミット
eac6b2fe8a
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/Editor/Canvas/GridLines.vue

+ 1 - 1
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<State>()
     const canvasScale = computed(() => store.state.canvasScale)
     const background: Ref<SlideBackground | undefined> = computed(() => store.getters.currentSlide.background)