All Projects → aweiu → Vue Verify Pop

aweiu / Vue Verify Pop

自带气泡提示的vue校验插件

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

vue-verify-pop

自带气泡提示的 vue 校验插件

示例

<!--待校验元素的pop容器-->
<pop>
  <!--该输入框内容为最多为两位小数的数字-->
  <input v-verify decimal-length="2">
</pop>

image

ok,您已经完成了一个基础校验。气泡提示怎么样?丑的话自己用 css 改吧。。

文档

https://aweiu.com/documents/vue-verify-pop/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].