1.0.7 • Published 5 years ago

vue2-pipes v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
5 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

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago