mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 15:28:12 +08:00
Clean up component files by removing 'name' property
This commit is contained in:
@@ -70,7 +70,6 @@ export enum MouseInputInteraction {
|
||||
}
|
||||
|
||||
export default defineComponent({
|
||||
name: "InputHint",
|
||||
props: {
|
||||
inputKeys: { type: Array, default: () => [] },
|
||||
inputMouse: { type: String },
|
||||
|
||||
Reference in New Issue
Block a user