【发布时间】:2021-10-29 16:19:12
【问题描述】:
enter image description hereenter image description here 我的道具在 VUE DEV TOOLS 中一直显示为 $attrs 我尝试使用 inheritAttrs: false 和 v-bind="$attrs" 禁用 attrs,不起作用
// props
:showLoadMoreButton="load"
data() {
return {
load: true
}
【问题讨论】:
标签: vue.js vue-component vuex vuejs3 vuejs-transition