mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
fix
This commit is contained in:
parent
952ffb2206
commit
eac6b2fe8a
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user