[Vuejs]-Vue is changing the specificity of the "*" selector by adding the data attributes, how do I work around this?

0👍

Seems you placed your styles into <style scoped>. Better make a separate CSS file for your global styles and import it into main.js.

Leave a comment