style: 🚨 linter go brrrr
This commit is contained in:
parent
9df1999391
commit
48d2a6f2f8
13 changed files with 73 additions and 79 deletions
|
@ -12,14 +12,14 @@
|
|||
export default {
|
||||
data() {
|
||||
return {
|
||||
isExpanded: false
|
||||
isExpanded: false,
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
toggle() {
|
||||
this.isExpanded = !this.isExpanded;
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue