美文网首页
element-plus文本输入框数字而不是字符串

element-plus文本输入框数字而不是字符串

作者: 青乌 | 来源:发表于2022-06-16 19:04 被阅读0次

    将原本的v-model改为v-model.number

    <el-input v-model.number="value" clearable></el-input>
    

    相关文章

      网友评论

          本文标题:element-plus文本输入框数字而不是字符串

          本文链接:https://www.haomeiwen.com/subject/ejfxvrtx.html