From fdc03b5a4611397564868a1a3dd90125190db38b Mon Sep 17 00:00:00 2001 From: MrWook Date: Mon, 27 Jan 2020 11:45:30 +0100 Subject: [PATCH] fix(input): remove console warn if id is not set --- src/mixins/inputProps.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mixins/inputProps.vue b/src/mixins/inputProps.vue index 75c8f4b1..88015e5c 100644 --- a/src/mixins/inputProps.vue +++ b/src/mixins/inputProps.vue @@ -10,7 +10,7 @@ export default ({ }, id: { type: String, - default: '', + default: null, }, name: { type: String,