mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-25 01:58:11 +08:00
Clean up component files by removing 'name' property
This commit is contained in:
@@ -134,7 +134,6 @@
|
||||
import { defineComponent } from "vue";
|
||||
|
||||
export default defineComponent({
|
||||
name: "DockablePanel",
|
||||
props: {
|
||||
tabConstantWidths: { type: Boolean, default: false },
|
||||
tabCloseButtons: { type: Boolean, default: false },
|
||||
|
||||
Reference in New Issue
Block a user