enter image description hereenter image description here My props keep showing as $attrs in VUE DEV TOOLS I have tried disabling attrs using inheritAttrs: false and v-bind="$attrs",does not work
// props
:showLoadMoreButton="load"
data() {
return {
load: true
}
I had the same issue recently. In my case the error was that i didnt close the script tag in the component