0👍
I figured out the issue. The vue component was using ‘scoped’ styles which stops styling from applying to child components. I removed the scoped from <style scoped>
and now it works as expected.
- [Vuejs]-Laravel returns 419 csrf token mismatch after vue axios request
- [Vuejs]-Accessing browser API through Vuejs
Source:stackexchange.com