liunan #10

Merged
liunan merged 47 commits from liunan into master 2024-09-13 14:43:34 +08:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit f91a8c0c7a - Show all commits

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) {