在此处输入图像描述 在此处输入图像描述我的道具在 VUE DEV TOOLS 中一直显示为 $attrs 我尝试使用 inheritAttrs: false 和 v-bind="$attrs" 禁用 attrs,但不起作用
// props
:showLoadMoreButton="load"
data() {
return {
load: true
}
在此处输入图像描述 在此处输入图像描述我的道具在 VUE DEV TOOLS 中一直显示为 $attrs 我尝试使用 inheritAttrs: false 和 v-bind="$attrs" 禁用 attrs,但不起作用
// props
:showLoadMoreButton="load"
data() {
return {
load: true
}