You can use a built-in component element like so:
<component is="ul" class="foo" style="color:red">
anything inside component
</component>
See: https://v2.vuejs.org/v2/guide/components.html#Dynamic-Components
You can use a built-in component element like so:
<component is="ul" class="foo" style="color:red">
anything inside component
</component>
See: https://v2.vuejs.org/v2/guide/components.html#Dynamic-Components