You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I resolved using the prop :icon="'custom'", and assigning icon-open and icon-closed slots of BulmaAccordionItem. I'm currently using fontawesome icons with buefy, so maybe the lib didn't automatically import the icons.
Hi, I'm using
"vue-bulma-accordion": "^0.5.2"
, but the icon property doesn't appear on the accordion.Everything else works just fine (slide animation and dropdown).
I've tried the default caret icon, plus-minus icon, using custom icon, but it doesn't render any icon.
I have no CSS classes overriding the component.
Am I the only one here with this bug?
I'm using
"nuxt": "^2.14.1"
with SSR. Some problems show up in the console, and disappears if I wrap everything in a<ClientOnly>
tag, just like #9.The text was updated successfully, but these errors were encountered: