<el-input v-model="value" v-on:change="change" type="number"></el-input> ... change(value) { // The goal is to remove decimal points from the input box if ...
確定! 回上一頁