[bugfix] Toast: mask not remove when hidden (#762)

This commit is contained in:
neverland
2018-03-23 11:32:26 +08:00
committed by GitHub
parent 8ed6c73528
commit 72cca2c961

View File

@@ -9,7 +9,7 @@ const defaultConfig = {
export default { export default {
open(vm, config) { 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 */ /* istanbul ignore next */
if (!exist) { if (!exist) {