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
Does this library support the ability to change html tags of components?
For example I am using the accordion with a ulli list but the accordion tags are always div's ... how do update the accordion html output to be a ul element instead of a div?
Vue has the <component :is="ul"> capability. I am thinking you would need to incorporate this into your components:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Does this library support the ability to change html tags of components?
For example I am using the accordion with a
ul
li
list but the accordion tags are alwaysdiv
's ... how do update the accordion html output to be aul
element instead of adiv
?Vue has the
<component :is="ul">
capability. I am thinking you would need to incorporate this into your components:Beta Was this translation helpful? Give feedback.
All reactions