add Vue 3 subproject
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { library } from "@fortawesome/fontawesome-svg-core";
|
||||
import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome";
|
||||
import {
|
||||
faHome,
|
||||
faUser,
|
||||
faUserPlus,
|
||||
faSignInAlt,
|
||||
faSignOutAlt,
|
||||
} from "@fortawesome/free-solid-svg-icons";
|
||||
|
||||
library.add(faHome, faUser, faUserPlus, faSignInAlt, faSignOutAlt);
|
||||
|
||||
export { FontAwesomeIcon };
|
||||
Reference in New Issue
Block a user