Q1: Why You are running Vue in development mode. appearing twice in the console?
Found a way to get rid of this message did the following, but now it is being printed 1 time.
In nuxt.config.js
vue: {
config: {
productionTip: false,
devtools: true
}
}
Q2: What is Mismatching childNodes vs. VNodes? Please guide me, how to debug/fix this issue?
I have searched everywhere in the project for this element, is it some kind of cache?
