This commit is contained in:
2020-10-06 18:31:36 +00:00
parent c5c96dbeee
commit 38e0d8fc34

View File

@@ -104,6 +104,7 @@ import {
faListOl,
faListUl,
faMinus,
faMinusSquare,
faMoon,
faPallet,
faPaperclip,
@@ -249,6 +250,7 @@ library.add(
faListOl,
faListUl,
faMinus,
faMinusSquare,
faMoon,
faPallet,
faPaperclip,
@@ -1108,6 +1110,12 @@ const CUSTOM_ICONS = {
},
//VUETIFY REQUIRED ONES
//https://vuetifyjs.com/en/features/icons/#using-custom-icons
checkboxIndeterminate: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "minus-square"]
}
},
clear: {
component: FontAwesomeIcon,
props: {