Equal icon indicating copy to clipboard operation
Equal copied to clipboard

icons do not show up when trying to not import the whole library

Open JoachimR opened this issue 3 years ago • 1 comments

Environment

- **node**: v16.5.0
- **equal**: 0.79.3

Current Behavior

icons do not show up when not installing the full library

Expected Behavior

icons should show up when not installing the full library

Steps To Reproduce

import { Icon } from 'equal-vue'
import 'equal-vue/dist/style.css'

createApp.use(Icon)

Anything else?

Hello,

I hope my report makes sense this way. Thank you!

JoachimR avatar Oct 21 '21 20:10 JoachimR

I had the same issue, but when I imported and used all library. In my case, I added to index.html and icons were working fine.

i-kostyakov avatar Mar 02 '22 14:03 i-kostyakov

Icons are not part of the system anymore

quatrochan avatar Jan 16 '23 09:01 quatrochan