mirror of https://github.com/ElemeFE/element
update collapse doc
parent
340225dca9
commit
11907a7c37
|
@ -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
|
||||||
return {
|
return {
|
||||||
activeNames: ['1']
|
activeNames: ['1']
|
||||||
};
|
};
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
handleChange(val) {
|
||||||
|
console.log(val);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -58,6 +58,11 @@
|
||||||
return {
|
return {
|
||||||
activeNames: ['1']
|
activeNames: ['1']
|
||||||
};
|
};
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
handleChange(val) {
|
||||||
|
console.log(val);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue