Closed red-meadow closed 5 years ago
Using class names in the form of .<vue_component_name>_<local_class_name>__<hash> (similarly to vue-loader) instead of .vue-module-<hash>-<hash> should simplify debugging a lot.
.<vue_component_name>_<local_class_name>__<hash>
vue-loader
.vue-module-<hash>-<hash>
Thanks!
Using class names in the form of
.<vue_component_name>_<local_class_name>__<hash>
(similarly tovue-loader
) instead of.vue-module-<hash>-<hash>
should simplify debugging a lot.