vue-meteor icon indicating copy to clipboard operation
vue-meteor copied to clipboard

data-v attributes even when not using scoped styles

Open mitar opened this issue 6 years ago • 1 comments

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.

mitar avatar Oct 31 '17 20:10 mitar

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.

chris-visser avatar Jul 06 '18 11:07 chris-visser