Create AccordionList macro and vue component to collapse multiple accordion components
This commit is contained in:
@@ -11,4 +11,10 @@ export default {
|
||||
default: false,
|
||||
},
|
||||
},
|
||||
|
||||
methods: {
|
||||
collapse: function() {
|
||||
this.isVisible = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user