Showing 1 – 1 of 1 replies
gabonleon

Vue router-link tag prop is deprecated

gabonleon PURCHASED
1 year ago
<router-link> tag prop is deprecated

router-link tag="li" at Sidebar.vue
Can you resolve this?

and...
Is there can I set default to theme-d (red one)? (so if first-time open, they got red one)
themicon
themicon SELLER
1 year ago
Hello, sorry for the long delay.
Not sure if you updated the code, but vue router is supported in the version provided. The deprecation occurs on v4, template uses v3.

To set a default theme, the easy way is to include it at the end of the stylesheet
Add @import "themes/theme-d.scss";
to the bottom of file src/styles/app.scss

Regards