submenu closes when click outside

This commit is contained in:
Gator
2022-12-10 10:45:34 +01:00
parent c4db938d8e
commit 9b83b88c54
4 changed files with 46 additions and 30 deletions

View File

@ -38,7 +38,7 @@
import { globalStore } from "../stores/index.js";
import MenuRow from "./MenuRow.vue";
export default {
name: "MainMenu",
name: "MenuCellProperties",
components: {
MenuRow,
},