alex-oleshkevich / vue-tabler-icons

Fully customizable free SVG icons made as Vue components.
MIT License
150 stars 13 forks source link

Vue3 installation instructions incorrect #13

Closed jamesxff closed 2 years ago

jamesxff commented 2 years ago

When using npm install vue-tabler-icons, it's installing version ^1.13.0 rather than the latest version of Tabler needed for Vue3, this in turn introduces a whole range of errors when trying to compile. Even when using @latest the same experience is provided, to overcome this npm install vue-tabler-icons@^2.5.0 needed to be used and this is working in my project now and without any errors.