Skip to content

Migration to Vuejs version 2

username-removed-502136 requested to merge vue2 into master

List of required changes for our Vue usages

  • init beforeCreate
  • read mounted
  • $els $refs
  • 🚫 $remove completely removed. Use indexOf and splice
  • 🚫 HTML embedding with {{{ }}} is deprecated. Use v-html

Merge request reports