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
/
string
/
index.js
9 lines
(8 loc)
•
228 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
export
*
from
'./capitalize'
export
*
from
'./currency'
export
*
from
'./lowercase'
export
*
from
'./placeholder'
export
*
from
'./pluralize'
export
*
from
'./trim'
export
*
from
'./truncate'
export
*
from
'./uppercase'