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

update collapse doc

parent 340225dc
...@@ -59,6 +59,11 @@ You can expand multiple panels ...@@ -59,6 +59,11 @@ You can expand multiple panels
return { return {
activeNames: ['1'] activeNames: ['1']
}; };
},
methods: {
handleChange(val) {
console.log(val);
}
} }
} }
</script> </script>
......
...@@ -59,6 +59,11 @@ Puede expandir varios paneles ...@@ -59,6 +59,11 @@ Puede expandir varios paneles
return { return {
activeNames: ['1'] activeNames: ['1']
}; };
},
methods: {
handleChange(val) {
console.log(val);
}
} }
} }
</script> </script>
......
...@@ -58,6 +58,11 @@ ...@@ -58,6 +58,11 @@
return { return {
activeNames: ['1'] activeNames: ['1']
}; };
},
methods: {
handleChange(val) {
console.log(val);
}
} }
} }
</script> </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