Skip to content

How to use icons in both .vue files and .jsx files? #313

Answered by Matthijz98
wjw020206 asked this question in Q&A
Discussion options

You must be logged in to vote

You can add a second Icons()

Like This

...
  Icons({
    autoInstall: true,
    compiler: 'vue3'
  })
    Icons({
    autoInstall: true,
    compiler: 'jsx'
  })

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@wjw020206
Comment options

Answer selected by wjw020206
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #311 on October 08, 2023 11:54.