linting and formating

This commit is contained in:
Gator
2022-12-02 17:11:34 +01:00
parent 0556992c3b
commit d7c2d45180
9 changed files with 66 additions and 62 deletions

View File

@ -34,7 +34,7 @@
</template>
<script>
import { mapWritableState } from 'pinia'
import { mapWritableState } from "pinia";
import { globalStore } from "../stores/index.js";
import MenuRow from "./MenuRow.vue";
export default {
@ -43,7 +43,7 @@
MenuRow,
},
computed: {
...mapWritableState(globalStore, ["cellProperties"])
...mapWritableState(globalStore, ["cellProperties"]),
},
methods: {
getCellProperties(event) {