父传子,一般是用provide/inject来完成,传递复杂类型(对象、函数)需要先定义InjectionKey。
1、type.ts
2、App.vue中定义
3、Helloworld.vue中使用
4、结果
参考:
https://blog.csdn.net/SEKIRO_DJ/article/details/123884281