vite-svg icon indicating copy to clipboard operation
vite-svg copied to clipboard

Use SVG files as Vue components with Vite

Results 37 vite-svg issues
Sort by recently updated
recently updated
newest added

Error: 'VueComponent' is not exported by src\assets\images\icons\icon_search_orange.svg, imported by src\components\global\icon\iconManager.ts https://rollupjs.org/guide/en/#error-name-is-not-exported-by-module

Uncaught SyntaxError: The requested module '/src/assets/images/icons/icon_nav_kol.svg?import' does not provide an export named 'VueComponent'

Using this package with compiler-sfc 3.0.4 shows the following message: ``` [@vue/compiler-sfc] compileTemplate now requires the `id` option. ``` Should be an easy fix, just I thought I'd point it...

Hey, first of all: I love this plugin!! It makes working with SVGs so much better. Now I have a custom icon set with about 500 icons. I'd love if...

Thank you for this plugin. I find the usage for this plugin is a little verbose. Can we simply do this ```ts import SkipIcon from '/@assets/skip_next-24px.svg'; ``` instead of ```ts...

As Vue assumes components are imported via the default exports, it can integrate better with other plugins/processors/transformers to collaborated together. Related to https://github.com/antfu/vite-plugin-components/pull/9 https://github.com/antfu/vite-plugin-components/pull/12 #10 And might be able to...

Bumps [@svgr/core](https://github.com/gregberge/svgr) from 5.5.0 to 6.5.0. Release notes Sourced from @​svgr/core's releases. v6.5.0 Bug Fixes fix Yarn peer dependency warning from @​babel/core (#786) (db35837), closes #785 Features babel-preset: fix 'role'...

dependencies

Hey there. I've noticed that [email protected] is not supported. I dont understand the mechanics of this lib well enough to know whether it actually wont work or whether it's just...

Bumps [@babel/plugin-transform-react-jsx](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-react-jsx) from 7.14.9 to 7.19.0. Release notes Sourced from @​babel/plugin-transform-react-jsx's releases. v7.19.0 (2022-09-05) Blog post: https://babeljs.io/blog/2022/09/05/7.19.0 Thanks @​SukkaW for your first PR! :eyeglasses: Spec Compliance babel-parser #14666 Support private...

dependencies