shrpne / vue-inline-svg

Dynamically loads an SVG source and inline <svg> element so you can manipulate the style of it
MIT License
177 stars 22 forks source link

Update documentation #24

Closed DenisaHalmaghi closed 3 years ago

DenisaHalmaghi commented 3 years ago

For people using vue3 with typescript, in order to successfully import the module , they have to create a file ending with .d.ts in which they have the following piece of code:

declare module 'vue-inline-svg'
replygirl commented 3 years ago

Is that so? I’m using vite and haven’t had to

shrpne commented 3 years ago

Some time types should be added. Types conversation goes to #28