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
@@ -70,7 +70,6 @@ export enum MouseInputInteraction {
}
export default defineComponent({
name: "InputHint",
props: {
inputKeys: { type: Array, default: () => [] },
inputMouse: { type: String },