Open b-jazz opened 6 years ago
Hi, thanks for filing an issue. Could you post your installed versions of vue-mode, mmm-mode, and emacs as well?
But when I type if ( in the section, the closing paren isn't automatically inserted like it is when I'm editing a .js file.
Why are you trying to write JavaScript in the template section?
Same thing goes for CSS in the
I'm setting up spacemacs for the first time and vue-mode doesn't seem to be doing anything for me.
It seems to recognize the different sections of the .vue file and will say "vue(JavaScript)" while I'm in the
<template>
section and "vue(CSS)" while in the<style>
section. But when I typeif (
in the<template>
section, the closing paren isn't automatically inserted like it is when I'm editing a .js file. Same thing goes for CSS in the<style>
section. No completion. No formatting to speak of.