Nizamutdinov Artur

Results 1 comments of Nizamutdinov Artur

@probil Hey VUE 3.0 requires two major changes: [1. Directives are now declared differently.](https://v3.vuejs.org/guide/migration/custom-directives.html#_2-x-syntax) [2. "Filters" have been removed. Instead, it is suggested to use "computed" properties.](https://v3.vuejs.org/guide/migration/filters.html#_3-x-update) After making these...