raymondcamden’s avatarraymondcamden’s Twitter Archive—№ 64,397

    1. Any vuetifyjs users? I'm wrapping v-btn in my own component, and props are not being applied. I'm not disabling inherited props, so what's wrong? Demo is here, component in question is ClickWait. codesandbox.io/s/vibrant-mirzakhani-xwrgv?file=/src/App.vue
  1. …in reply to @raymondcamden
    vuetifyjs Ok weird. I built a second version, set inheritAttrs to false, bond $attrs, and it worked. But why didn't Vue pass my attributes to the root element of the component, which was v-btn? Again, Sandbox here: codesandbox.io/s/vibrant-mirzakhani-xwrgv?file=/src/components/ClickWaitV2.vue