feimosi / frameworks-code-comparison

:vs: :fire: Code comparison of modern web frameworks, based on React, Angular and Vue.js
89 stars 29 forks source link

Adding Vuejs filter example #22

Closed dillonchanis closed 6 years ago

dillonchanis commented 6 years ago

Basic example using filters in Vue.js. Part of #14 and #19

HendrikGrobler commented 6 years ago

Maybe we should mention that there are no filters included by default with VueJs 2?

dillonchanis commented 6 years ago

Just added another example with declaring the same filter globally. Also noted within the original paragraph that Vue does not come with any pre-built filters.

feimosi commented 6 years ago

Ok, looks good. Thanks!