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