update collapse doc

pull/9047/merge
liyl 2017-12-30 12:54:14 +08:00 committed by 杨奕
parent 340225dca9
commit 11907a7c37
3 changed files with 15 additions and 0 deletions

View File

@ -59,6 +59,11 @@ You can expand multiple panels
return {
activeNames: ['1']
};
},
methods: {
handleChange(val) {
console.log(val);
}
}
}
</script>

View File

@ -59,6 +59,11 @@ Puede expandir varios paneles
return {
activeNames: ['1']
};
},
methods: {
handleChange(val) {
console.log(val);
}
}
}
</script>

View File

@ -58,6 +58,11 @@
return {
activeNames: ['1']
};
},
methods: {
handleChange(val) {
console.log(val);
}
}
}
</script>