Commit 080a996f authored by thomasyonug's avatar thomasyonug Committed by 杨奕

select:fixed #2890 placeholder recover after options clear

parent a059cf92
...@@ -221,7 +221,7 @@ ...@@ -221,7 +221,7 @@
watch: { watch: {
placeholder(val) { placeholder(val) {
this.currentPlaceholder = val; this.cachedPlaceHolder = this.currentPlaceholder = val;
}, },
value(val) { value(val) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment