adrema/resources/js/components/ui/Sprite.vue

8 lines
164 B
Vue

<template>
<svg v-bind="$attrs" class="fill-current"><use :xlink:href="`/sprite.svg#${$attrs.src}`" /></svg>
</template>
<script>
export default {};
</script>