Common mistake or notes for .vue during work
My .vue notes or remainder during work
-
If Vue devTools doesn’t show VUEX menu, please install
vuex
minimal tovuex@4.0.1
-
scoped SCSS
cannot compiled withv-html
in Vue’s file. This is because Vue’sscoped CSS
compile on time transformation of the template, andv-html
uses purely runtime data.