会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
那小白踩坑路
博客园
首页
新随笔
联系
管理
订阅
2021年1月13日
vue限制input只能输入正整数
摘要: 解决方法: 使用 directives自定义vue标签v-positive-int来监听输入框的值 <input v-positive-int type="text" /> export default{ name: 'Txt', data(){ return {} }, computed: { }
阅读全文
posted @ 2021-01-13 10:07 小那
阅读(2602)
评论(1)
推荐(0)
编辑
公告