vue ts prop

Posted yixiaoyang-

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue ts prop相关的知识,希望对你有一定的参考价值。

a.vue 接收组件传过来的参数

技术图片

@Prop() private viewPointData!: any;

b.vue

技术图片

定义:

resData:any;

后台传过来的resData赋值给this.resData

this.resData = resData

以上是关于vue ts prop的主要内容,如果未能解决你的问题,请参考以下文章

TS 上 vue 中 props 不传递给 route.push

[Vue + TS] Use Properties in Vue Components Using @Prop Decorator with TypeScript

vue3.2如何监听props传递过来的数据。

vue3.x+Ts组件封装

Vue 之 vue3 与 TS 的配合使用整理

Vue 之 vue3 与 TS 的配合使用整理