Skip to content

feat: enum of the sprite and its contents - #297

Open
TakNePoidet wants to merge 6 commits into
nuxt-modules:masterfrom
TakNePoidet:master
Open

feat: enum of the sprite and its contents#297
TakNePoidet wants to merge 6 commits into
nuxt-modules:masterfrom
TakNePoidet:master

Conversation

@TakNePoidet

Copy link
Copy Markdown

Example:

<template>
  <div>
    <svg-icon :name="Love.Love" title="Bee Mine" width="150px" height="150px" />
    <svg-icon :name="Love.HugsAndKisses" title="Hugs And Kisses" width="150px" height="150px" />
    <svg-icon :name="Love.Love" title="Love" width="150px" height="150px" />
  </div>
</template>

<script setup lang="ts">
import { Love } from '#sprite'
</script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant