AdamNiederer / vue-mode

Emacs major mode for vue.js
GNU General Public License v2.0
330 stars 61 forks source link

vue-mode doesn't appear to work #75

Open b-jazz opened 6 years ago

b-jazz commented 6 years ago

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 type if ( 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.

AdamNiederer commented 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