1.0.7 • Published 4 years ago

vue2-pipes v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

#vue3-filters

A collection Vue.js filters.

##Installation ####Direct include Simply include vue3-filters after Vue and it will install itself automatically:

To use one of the predefined methods (such as limitBy, filterBy, find, or orderBy) in your component, you also need to add Vue3Filters.mixin to mixin list:

NPM npm npm install vue3-filters

import Vue from 'vue' import Vue3Filters from 'vue3-filters'

Vue.use(Vue3Filters)

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago