Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlandsman committed Mar 6, 2017
1 parent 8c37d74 commit 85fc008
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/src/filter-example/PartialMatchFilterComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ export default Vue.extend({
},
methods: {
isFilterActive() {
console.log("isactive");
return this.text !== null && this.text !== undefined && this.text !== '';
},

doesFilterPass(params){
console.log("filterpass");
return !this.text || this.text.toLowerCase()
.split(" ")
.every((filterWord) => {
Expand Down

0 comments on commit 85fc008

Please sign in to comment.