@@ -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
@@ -58,6 +58,11 @@