vue-meteor
vue-meteor copied to clipboard
data-v attributes even when not using scoped styles
It seems data-v attributes are added to all DOM elements even if I am not using scoped styles. To my understanding, Vue proper adds them only when scoped styles are used.
Same issue for me. The problem is that the website I'm building requires SSR and an optimized HTML and the added v-data makes it unnecessarily big.