mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 06:23:41 +09:00
762 B
762 B
VTags Addons
<VTag /> components can be wrapped together into a single tag addon element.
In order to do so, wrap 2 tag components
inside a <VTags addons /> element.
See markup for more details about usage.
<template>
<VTags addons>
<VTag label="Package" />
<VTag label="Bulma" color="primary" />
</VTags>
<VTags addons>
<VTag label="John Doe" color="primary" />
<VTag remove />
</VTags>
</template>