matiastucci / vue-input-tag

:bookmark: Vue.js 2.0 Input Tag Component
https://tucci.me/vue-input-tag
MIT License
536 stars 135 forks source link

Allow validate with functions, allow repeat #70

Closed baranovxyz closed 6 years ago

baranovxyz commented 6 years ago

Both validate with function and repeats could be used in some cases.

matiastucci commented 6 years ago

Thanks! can you add tests for this and update the README, please?

baranovxyz commented 6 years ago

I'll try.

baranovxyz commented 6 years ago

Do you use prettier or something? I messed up formatting a bit. Is there some command to run?

matiastucci commented 6 years ago

Nope. Just linter. Did you try npm run lint:fix?

baranovxyz commented 6 years ago

Closed in favor of #72