79564621

Date: 2025-04-09 14:38:39
Score: 1
Natty:
Report link

You're missing faQrcode in your main.js. Just add it like this:

js

import{ faUserSecret, faQrcode } from '@fortawesome/free-solid-svg-icons'; library.add(faUserSecret, faQrcode);

Now, your component will work:

vue

<font-awesome-icon icon="fa-solid fa-qrcode" />

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Zaari