[Improvement] List: add test cases (#1191)
This commit is contained in:
@@ -50,12 +50,10 @@ export default create({
|
||||
},
|
||||
|
||||
activated() {
|
||||
/* istanbul ignore next */
|
||||
this.handler(true);
|
||||
},
|
||||
|
||||
deactivated() {
|
||||
/* istanbul ignore next */
|
||||
this.handler(false);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user