Vue 获取元素绑定的属性

<el-button type="info" v-bind:pp="value2+'bbbbb'" ref="btn" @click="show($event)">change</el-button><br>.

console.log(this.$refs.btn.$attrs.pp);

发布了89 篇原创文章 · 获赞 4 · 访问量 2万+

猜你喜欢

转载自blog.csdn.net/m0_37879526/article/details/103869707