This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user