Nuxt jisonlexerError: erro lexical na linha 1: texto não reconhecido.
Make sure that you've added lang="scss" in the <style> tag
Ex:
<style scoped>
@import '~/assets/file.scss';
</style>
// should be:
<style lang="scss" scoped>
@import '~/assets/file.scss';
</style>
florinrelea