added svg-names to sidebar icons

This commit is contained in:
booploops 2022-06-28 22:40:06 -07:00
parent f4006b6189
commit 225a0bfa42
5 changed files with 20 additions and 6 deletions

View file

@ -68,6 +68,10 @@ Vue.component("sidebar-library-item", {
required: false,
default: "",
},
svgIconName: {
type: String,
required: false
},
cdClick: {
type: Function,
required: false,