Vue 2. How to customize data-v-* attributes for scoped styles
As I understand it, attributes are generated based on the name of the component. When I use scoped styles in microservices architecture, a see conflicts between components of different apps when components have same names. Can I add some prefixes to css attributes (e.g. data-v-${app-name}-*)?