vue-lodash-filters
v1.3.2
Published
Lodash functions as Vue.js filters
Downloads
34
Readme
vue-lodash-filters
Lodash functions available as Vue.js 2.x filters
Getting Started
Installing
Install with npm:
npm install --save vue-lodash-filters
import into project:
import Vue from 'vue';
import VueLodashFilters from 'vue-lodash-filters';
Vue.use(VueLodashFilters);
Usage
To use the lodash capatilize function
<div>{{ someLowerCaseString | capitalize }}</div>
Available Lodash functions
Authors
- John Kelly - postalservice14
- Daniel Hopper - hopperd
License
This project is licensed under the MIT License - see the LICENSE file for details