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
app/views/projects/boards/_show.html.haml
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
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