This commit is contained in:
2020-11-27 00:30:49 +00:00
parent e353385afe
commit 1e136a3711
3 changed files with 17 additions and 5 deletions

View File

@@ -166,7 +166,8 @@ import {
faUserCog,
faUsers,
faUserTie,
faVial
faVial,
faWeight
} from "@fortawesome/free-solid-svg-icons";
Vue.component("font-awesome-icon", FontAwesomeIcon);
@@ -320,7 +321,8 @@ library.add(
faUserCog,
faUsers,
faUserTie,
faVial
faVial,
faWeight
);
const CUSTOM_ICONS = {
@@ -1158,6 +1160,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "vial"]
}
},
ayiWeight: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "weight"]
}
},
//VUETIFY REQUIRED ONES
//https://vuetifyjs.com/en/features/icons/#using-custom-icons
checkboxIndeterminate: {