Popup: add test cases

This commit is contained in:
陈嘉涵
2017-08-29 16:45:28 +08:00
parent 625f6e7d8d
commit 3a642fce0c
3 changed files with 59 additions and 1 deletions
+1
View File
@@ -99,6 +99,7 @@ export default {
* 显示popup
*/
open() {
/* istanbul ignore if */
if (this.$isServer) return;
if (this.opened) return;