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
@@ -134,7 +134,6 @@
import { defineComponent } from "vue";
export default defineComponent({
name: "DockablePanel",
props: {
tabConstantWidths: { type: Boolean, default: false },
tabCloseButtons: { type: Boolean, default: false },