You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2023. It is now read-only.
最开始采用的是
props里将prop的数据类型改为Function,后来发现没有效果。后来用的是:
在子组件里面定义基础事件,并使用
emit/invoke/broadcast来通信,在上层组件或页面里的events内部进行捕获。如