https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38014 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@gmail.com --- Comment #2 from Jonathan Druart <jonathan.druart@gmail.com> --- Note that we also use vue-fontawesome from Vue apps: example in koha-tmpl/intranet-tmpl/prog/js/vue/modules/erm.ts: 5 import { library } from "@fortawesome/fontawesome-svg-core"; 6 import { 7 faPlus, 8 faMinus, 9 faPencil, 10 faTrash, 11 faSpinner, 12 } from "@fortawesome/free-solid-svg-icons"; 13 import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome"; -- You are receiving this mail because: You are watching all bug changes.