@aspectus/vue-tag

Component for custom tag usage inside components. It's used to replace vue built in :is mechanism because it's working in a slightly different way(do not know whether it's a bug or a feature).

Usage no npm install needed!

<script type="module">
  import aspectusVueTag from 'https://cdn.skypack.dev/@aspectus/vue-tag';
</script>

README

Vue tag component

Component for custom tag usage inside components. It's used to replace vue built in :is mechanism because it's working in a slightly different way(do not know whether it's a bug or a feature).

Documentation