Commit 11907a7c authored by liyl's avatar liyl Committed by 杨奕

update collapse doc

parent 340225dc
......@@ -59,6 +59,11 @@ You can expand multiple panels
return {
activeNames: ['1']
};
},
methods: {
handleChange(val) {
console.log(val);
}
}
}
</script>
......
......@@ -59,6 +59,11 @@ Puede expandir varios paneles
return {
activeNames: ['1']
};
},
methods: {
handleChange(val) {
console.log(val);
}
}
}
</script>
......
......@@ -58,6 +58,11 @@
return {
activeNames: ['1']
};
},
methods: {
handleChange(val) {
console.log(val);
}
}
}
</script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment