diff --git a/xroom-dashboard/package.json b/xroom-dashboard/package.json index fa70280..35ceabe 100644 --- a/xroom-dashboard/package.json +++ b/xroom-dashboard/package.json @@ -52,7 +52,8 @@ "parser": "@babel/eslint-parser" }, "rules": { - "vue/multi-word-component-names": "off" + "vue/multi-word-component-names": "off", + "vue/no-mutating-props": "off" } }, "browserslist": [ diff --git a/xroom-dashboard/src/components/CreateMeetingModal.vue b/xroom-dashboard/src/components/CreateMeetingModal.vue index da36d5b..0d7ab24 100644 --- a/xroom-dashboard/src/components/CreateMeetingModal.vue +++ b/xroom-dashboard/src/components/CreateMeetingModal.vue @@ -1,5 +1,5 @@ + + \ No newline at end of file diff --git a/xroom-dashboard/src/pages/dashboard/Meeting.vue b/xroom-dashboard/src/pages/dashboard/Meeting.vue index 9c32e13..7c4f391 100644 --- a/xroom-dashboard/src/pages/dashboard/Meeting.vue +++ b/xroom-dashboard/src/pages/dashboard/Meeting.vue @@ -101,16 +101,16 @@

- - - - - - - - - - + + + + + + + + + + {{ meeting.type }}

diff --git a/xroom-dashboard/src/pages/dashboard/team.vue b/xroom-dashboard/src/pages/dashboard/team.vue index c9457d5..41ca7dc 100644 --- a/xroom-dashboard/src/pages/dashboard/team.vue +++ b/xroom-dashboard/src/pages/dashboard/team.vue @@ -273,21 +273,6 @@ - - - - - - - - - - - - - - -
@@ -324,18 +309,6 @@
- - - - - - - - - - - -