mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[bugfix] Toast: mask not remove when hidden (#762)
This commit is contained in:
parent
8ed6c73528
commit
72cca2c961
@ -9,7 +9,7 @@ const defaultConfig = {
|
||||
|
||||
export default {
|
||||
open(vm, config) {
|
||||
const exist = context.stack.some(item => item.id === vm._popupId);
|
||||
const exist = context.stack.some(item => item.vm._popupId === vm._popupId);
|
||||
|
||||
/* istanbul ignore next */
|
||||
if (!exist) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user