Merge branch 'vue2' into 'master'
Migration to Vuejs version 2 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` See merge request !7254
Showing
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment