Hi,
We see Vue has been updated. But the problem is, icons does not work. Also we see PHP code in the previous version.
https://preview.keenthemes.com/metronic8/vue/docs/#/changelog
PS. Are the Icons based on SVG again in Vue or?
Our keenicons is font icons set, but you can still use icons from duotune
icon set using inline-svg
component.
Hi,
Could you please specify which Metronic version you are using?
In the latest version, we migrated to our new icons set, you can use those icons using src/core/helpers/kt-icon/KTIcon.vue component.
Here is an example:
<kticon icon-name="arrow-up" icon-class="fs-5 text-success ms-n1"></kticon>