diff --git a/docs/content/1.index.md b/docs/content/1.index.md index 7e34db16..29dbe271 100644 --- a/docs/content/1.index.md +++ b/docs/content/1.index.md @@ -62,7 +62,11 @@ export default defineNuxtConfig({ ::code-group -```html [Usage] +```vue [Usage] + + ``` @@ -83,6 +90,10 @@ export default defineNuxtConfig({ ## Named Sprite :SvgIcon{name="love/love"} + +## Enum Sprite + +:SvgIcon{name="love/hugs-and-kisses"} :SvgIcon{name="love/bee-mine"} :: :: @@ -125,4 +136,4 @@ Or locally: [MIT License](https://github.com/nuxt-community/svg-sprite-module/blob/master/LICENSE) -Copyright (c) Nuxt Community \ No newline at end of file +Copyright (c) Nuxt Community diff --git a/playground/pages/index.vue b/playground/pages/index.vue index 8439bbd3..8bc8bf8a 100644 --- a/playground/pages/index.vue +++ b/playground/pages/index.vue @@ -9,9 +9,9 @@
- - - + + +