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