Merge branch 'next' of https://gitee.com/layui/layui-vue into next

This commit is contained in:
0o张不歪o0
2022-10-10 10:47:24 +08:00
6 changed files with 11 additions and 11 deletions

View File

@@ -124,7 +124,7 @@ const footOnClear = () => {
Day.value = -1;
};
const ChildUpdateModelValue=()=>{
const ChildUpdateModelValue = () => {
emits("update:modelValue", Day.value);
}
};
</script>

View File

@@ -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) => {