赞
踩
「总之岁月漫长,然而值得等待。」
ref, defineExpose
//父组件 代码 <child ref="ch"> this.$refs.ch.fn(); //子组件 函数抛出 const fn = () => { }; defineExpose({ fn });