chore: update vue to 3.0 beta17
parent
16e6118deb
commit
5e80e8019e
|
@ -881,21 +881,6 @@ const Select = {
|
||||||
if (fireSearch) {
|
if (fireSearch) {
|
||||||
this.$emit('search', inputValue);
|
this.$emit('search', inputValue);
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
// TODO
|
|
||||||
// https://github.com/vuejs/vue-next/issues/1471
|
|
||||||
this.setState(
|
|
||||||
{
|
|
||||||
_inputValue: `${inputValue} `,
|
|
||||||
},
|
|
||||||
);
|
|
||||||
this.$nextTick(()=>{
|
|
||||||
this.setState(
|
|
||||||
{
|
|
||||||
_inputValue: inputValue,
|
|
||||||
},
|
|
||||||
);
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
getValueByInput(str) {
|
getValueByInput(str) {
|
||||||
|
|
|
@ -152,7 +152,7 @@
|
||||||
"terser-webpack-plugin": "^3.0.3",
|
"terser-webpack-plugin": "^3.0.3",
|
||||||
"through2": "^3.0.0",
|
"through2": "^3.0.0",
|
||||||
"url-loader": "^3.0.0",
|
"url-loader": "^3.0.0",
|
||||||
"vue": "^3.0.0-beta.15",
|
"vue": "^3.0.0-beta.17",
|
||||||
"vue-antd-md-loader": "^1.1.0",
|
"vue-antd-md-loader": "^1.1.0",
|
||||||
"vue-clipboard2": "0.3.1",
|
"vue-clipboard2": "0.3.1",
|
||||||
"vue-draggable-resizable": "^2.1.0",
|
"vue-draggable-resizable": "^2.1.0",
|
||||||
|
|
Loading…
Reference in New Issue