0👍
My bad, the error was simply not adding lang=”scss” in the style declaration of the component:
<style scoped>
this should be:
<style scoped lang="scss">
- [Vuejs]-Vue.js, vuex with Firebase cloud firestore, updating the front end after adding or removing any record from the database
- [Vuejs]-Vue.js v class binding is overriding other bindings and not removing classes properly
Source:stackexchange.com