1.3.2 • Published 4 years ago

vue-lodash-filters v1.3.2

Weekly downloads
114
License
MIT
Repository
github
Last release
4 years ago

vue-lodash-filters

npm npm npm jsdelivr travisci

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

License

This project is licensed under the MIT License - see the LICENSE file for details

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.1

4 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

6 years ago