From 70fe29e3a6f53998253208562ffada020197f3de Mon Sep 17 00:00:00 2001 From: pipipi-pikachu Date: Sat, 27 Aug 2022 11:36:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E9=94=99=E5=88=AB?= =?UTF-8?q?=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/slides.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/slides.ts b/src/store/slides.ts index fed60944..6288d7f7 100644 --- a/src/store/slides.ts +++ b/src/store/slides.ts @@ -33,7 +33,7 @@ export const useSlidesStore = defineStore('slides', { theme: theme, // 主题样式 slides: slides, // 幻灯片页面数据 slideIndex: 0, // 当前页面索引 - viewportRatio: 0.5625, // 可是区域比例,默认16:9 + viewportRatio: 0.5625, // 可视区域比例,默认16:9 }), getters: {