A beautiful library of Svg logos for Vue 3
pnpm add @selemondev/svgl-vue
<script setup lang="ts"> import { SvglVueLogo } from '@selemondev/svgl-vue'; </script> <template> <SvglVueLogo :height="200" :width="200" /> </template>
Found an issue? Submit it here .