fix: 修改错别字

This commit is contained in:
pipipi-pikachu 2022-08-27 11:36:13 +08:00
parent b709906bba
commit 70fe29e3a6

View File

@ -33,7 +33,7 @@ export const useSlidesStore = defineStore('slides', {
theme: theme, // 主题样式 theme: theme, // 主题样式
slides: slides, // 幻灯片页面数据 slides: slides, // 幻灯片页面数据
slideIndex: 0, // 当前页面索引 slideIndex: 0, // 当前页面索引
viewportRatio: 0.5625, // 可区域比例默认16:9 viewportRatio: 0.5625, // 可区域比例默认16:9
}), }),
getters: { getters: {