.vue Good

Published:

Edited:

1 min read


Common mistake or notes for .vue during work

My .vue notes or remainder during work

  1. If Vue devTools doesn’t show VUEX menu, please install vuex minimal to vuex@4.0.1

  2. scoped SCSS cannot compiled with v-html in Vue’s file. This is because Vue’s scoped CSS compile on time transformation of the template, and v-html uses purely runtime data.