UNPKG
vue-filter2
Version:
latest (0.1.6)
0.1.6
0.1.4
0.1.3
0.1.2
0.1.1
A collection of Vue.js filters
github.com/bum/vue-filters
bum/vue-filters
vue-filter2
/
src
/
filters
/
array
/
index.js
5 lines
(4 loc)
•
108 B
JavaScript
View Raw
1
2
3
4
5
export
*
from
'./filterBy'
export
*
from
'./findBy'
export
*
from
'./limitBy'
export
*
from
'./orderBy'