mirror of https://github.com/Lissy93/dashy.git
🔥 Removed unneeded prop
This commit is contained in:
parent
b93638238e
commit
c1a8f5c032
|
@ -42,11 +42,6 @@ export default {
|
|||
components: {
|
||||
Icon,
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
isOpen: !this.collapsed,
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
/* Check that row & column span is valid, and not over the max */
|
||||
checkSpanNum(span, classPrefix) {
|
||||
|
|
Loading…
Reference in New Issue