baiyaaaaa 8 жил өмнө
parent
commit
3206c02b40

+ 1 - 1
packages/cascader/src/main.vue

@@ -148,7 +148,7 @@ export default {
 
   data() {
     return {
-      currentValue: this.value,
+      currentValue: this.value || [],
       menu: null,
       debouncedInputChange() {},
       menuVisible: false,