♻️: 合并冲突
更新文档
This commit is contained in:
		
							parent
							
								
									c6e14ac986
								
							
						
					
					
						commit
						cc8ef06e50
					
				@ -59,13 +59,13 @@ export interface LayCascaderProps {
 | 
			
		||||
  options?: Array<any> | null;
 | 
			
		||||
  modelValue?: string;
 | 
			
		||||
  decollator?: string;
 | 
			
		||||
  placeholder?:string;
 | 
			
		||||
  placeholder?: string;
 | 
			
		||||
}
 | 
			
		||||
const props = withDefaults(defineProps<LayCascaderProps>(), {
 | 
			
		||||
  options: null,
 | 
			
		||||
  modelValue: "",
 | 
			
		||||
  decollator: "/",
 | 
			
		||||
  placeholder:''
 | 
			
		||||
  placeholder: "",
 | 
			
		||||
});
 | 
			
		||||
const emit = defineEmits(["update:modelValue", "change", "clear"]);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -401,7 +401,7 @@ const zhCN = [
 | 
			
		||||
          },
 | 
			
		||||
          {
 | 
			
		||||
            path: "/zh-CN/components/Cascader",
 | 
			
		||||
            component: () =>import("../document/zh-CN/components/cascader.md"),
 | 
			
		||||
            component: () => import("../document/zh-CN/components/cascader.md"),
 | 
			
		||||
            meta: { title: "级联选择器" },
 | 
			
		||||
          },
 | 
			
		||||
        ],
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user