WebApp【公共组件库】@前端(For Git Submodule)
chensiAb
2024-08-23 4057d97fbd1c830c8c15abcca00f51720b53e2ce
fix:父组件不传递方法默认函数写法
1 files modified
2 ■■■ changed files
forms/input/CInputPhoneCode.vue 2 ●●● patch | view | raw | blame | history
forms/input/CInputPhoneCode.vue
@@ -53,7 +53,7 @@
        // 刷新cd  重新刷新回60秒通知父组件更新图片地址
        onRefreshCD: {
            type: Function,
            default: () => {},
            default: () => () => null,
        },
    },
    data() {