我使用this.$toast()来提醒用户磁盘正在格式化,但消息只显示了1秒,我想在格式化完成之前显示消息,我该怎么办?
this.$toast()
发布于 2020-09-25 16:33:08
this.$toast("I'm a toast!", { timeout: 5000, });
https://stackoverflow.com/questions/64060487
相似问题