added <svg-icon/> to several places

This commit is contained in:
booploops 2022-06-28 15:21:20 -07:00
parent 60f34e91d6
commit ca419149ce
6 changed files with 21 additions and 24 deletions

View file

@ -81,7 +81,7 @@ Vue.component("sidebar-library-item", {
},
async mounted() {
if (this.svgIcon) {
this.svgIconData = await this.app.getSvgIcon(this.svgIcon);
this.svgIconData = this.svgIcon;
}
},
methods: {},