表单改变,计算属性在与之前计算值相等时,表单没有发生改变?
问题描述:
表单中奇数次按下字母,总会多一个字符串
<template> <view> text:{{text}} <br> myInt:{{myInt}} <br> 请在下表单中继续输入字符串测试 <input type='text' v-model="myInt"> </view> </template> <script> export default { name:'test', data() { return { text:123456, } }, computed: { myInt: { cache:false, get:function() { return this.text; }, set:function(value){ this.text=value.toString().replace(/[^\d]/g,''); console.log(value) } } } } </script>
目前只能安装最新的,我想安装个指定版本的,mac和windows都要安装