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