add Vue 3 subproject

This commit is contained in:
2026-04-05 03:16:02 +02:00
parent 0715e7fdea
commit ea39bbbe1d
15 changed files with 488 additions and 1 deletions
+13
View File
@@ -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 };