Even though I had previously installed sass-loader and node-sass in my project, I encountered an issue when attempting to use <style lang="sass">
in my vue file. The style did not compile as expected, however it worked perfectly without the lang="sass"
attribute. Could there be a step that I overlooked?