0👍
In those files use <style>
section and set scoped
.
In fact, you’ll have something like
<style scoped>
here you import goes
</style>
Read more about Vue CSS scopes here
- [Vuejs]-Why is my API JSON response not being displayed?
- [Vuejs]-This.$emit is not a function within ajax success request
Source:stackexchange.com