xicons icon indicating copy to clipboard operation
xicons copied to clipboard

Why can't icons be parsed dynamically?

Open xiegoudan opened this issue 2 years ago • 2 comments

Example in vue3 render function I want to render different icons in real time through strings



const test: object[] = [
    {
        key: 'xcionsComponentName'
    },
    {
        key: 'xcionsComponentName2'
    }
]

I want to use key or other variable names to control the display xicons svg

xiegoudan avatar Oct 25 '22 15:10 xiegoudan