pipipi-pikachu 5 år sedan
förälder
incheckning
eac6b2fe8a
1 ändrade filer med 1 tillägg och 1 borttagningar
  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)