This commit is contained in:
ln1778 2024-09-12 17:10:28 +08:00
parent 3bbf8a51dc
commit f91a8c0c7a
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "ag-element-ui",
"version": "0.1.12",
"version": "0.1.13",
"main": "packages/index.js",
"scripts": {
"dev": "vue-cli-service serve",

View File

@ -157,7 +157,7 @@ export default {
},
onInputChange(val){
if(this.$listeners.change){
this.$emit("change", [this.values[0] ||"",val]);
this.$emit("change", [this.value[0] ||"",val]);
}
},
getStringWidth(text) {

View File

@ -86,7 +86,7 @@ export default {
},
onInputChange(val){
if(this.$listeners.change){
this.$emit("change", [this.values[0] ||"",val]);
this.$emit("change", [this.value[0] ||"",val]);
}
},
getStringWidth(text) {