This commit is contained in:
pipipi-pikachu 2021-01-19 23:57:40 +08:00
parent 952ffb2206
commit eac6b2fe8a

View File

@ -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)