为Toast组件添加隐藏进度条选项以优化用户体验

This commit is contained in:
jxxghp
2025-06-25 19:47:24 +08:00
parent ebc2a764c2
commit 5c9ebb9aae

View File

@@ -101,6 +101,7 @@ initializeApp().then(() => {
.use(PerfectScrollbarPlugin)
.use(Toast, {
position: 'bottom-right',
hideProgressBar: true,
})
.use(ConfirmDialog)
.use(i18n)