Clean up component files by removing 'name' property

This commit is contained in:
Keavon Chambers
2021-02-20 17:59:23 -08:00
parent 47a748e446
commit f367f12ca2
14 changed files with 53 additions and 36 deletions
@@ -45,7 +45,6 @@ import LayoutCol from "../layout/LayoutCol.vue";
import DockablePanel from "./DockablePanel.vue";
export default defineComponent({
name: "PanelArea",
components: {
LayoutRow,
LayoutCol,