Merge branch 'next' of https://gitee.com/layui/layui-vue into next
This commit is contained in:
@@ -124,7 +124,7 @@ const footOnClear = () => {
|
||||
Day.value = -1;
|
||||
};
|
||||
|
||||
const ChildUpdateModelValue=()=>{
|
||||
const ChildUpdateModelValue = () => {
|
||||
emits("update:modelValue", Day.value);
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
@@ -79,6 +79,7 @@ var timer: any;
|
||||
const getOption = (nodes: VNode[]) => {
|
||||
nodes
|
||||
?.filter((item: VNode) => {
|
||||
console.log(JSON.stringify(item));
|
||||
return item.children != "v-if";
|
||||
})
|
||||
?.map((item: VNode) => {
|
||||
|
||||
Reference in New Issue
Block a user