Posts by jardel frank • 1 point
1 post
-
0
votes2
answers102
viewsA: Error creating global Filters with vuejs
Your script seems to be right it seems that the problem is in the component, try so: Vue.filter('teste', function(value) { if (value) { return 'ok' } }) <template> <div> {{ var | teste…