Hello guys,
I'm having some problems when running the "yarn serve" command in the metronic vue demo1 template, has anyone had the same problem?
Hi Matheus,
Could you please specify which demo and which Metronic version are you using?
I'm using demo1
Metronic 8 demo1
Hi,
The issue is with vue-i18n imports in some files.
We already fixed this and include a fix in the next Metronic release, you need to change imports from
import { useI18n } from "vue-i18n/index";
import { useI18n } from "vue-i18n";
Thank you so much! problem solved
Glad to hear that. All the best with your project!