pipipi-pikachu %!s(int64=5) %!d(string=hai) anos
pai
achega
eac6b2fe8a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)