[Improvement] List: add test cases (#1191)

This commit is contained in:
neverland
2018-05-30 14:41:00 +08:00
committed by GitHub
parent fc3f3bc7e0
commit 4614260e1c
2 changed files with 77 additions and 2 deletions
-2
View File
@@ -50,12 +50,10 @@ export default create({
},
activated() {
/* istanbul ignore next */
this.handler(true);
},
deactivated() {
/* istanbul ignore next */
this.handler(false);
},