components
components copied to clipboard
feat: automatically wrap SVG files
To test:
yarn build && node_modules/.bin/nuxt example
Under examples/pages/index.vue
, <Logo />
is automatically loading Logo.svg
.
Built to address issue raised in https://github.com/nuxt/components/issues/69
Would love to see this merged team!