diff --git a/src/components/input/input.vue b/src/components/input/input.vue index 5a1516a..0af953b 100644 --- a/src/components/input/input.vue +++ b/src/components/input/input.vue @@ -141,9 +141,7 @@ default: false }, autocomplete: { - validator (value) { - return oneOf(value, ['on', 'off']); - }, + type: String, default: 'off' }, clearable: { -- libgit2 0.21.4