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