This commit is contained in:
@@ -188,6 +188,14 @@ export default {
|
|||||||
vm.formState.serverError = res.error;
|
vm.formState.serverError = res.error;
|
||||||
window.$gz.form.setErrorBoxErrors(vm);
|
window.$gz.form.setErrorBoxErrors(vm);
|
||||||
} else {
|
} else {
|
||||||
|
//Aya<span class="v-list-item__mask">Nov</span>
|
||||||
|
// <v-list-item-subtitle v-html="item.subtitle"></v-list-item-subtitle>
|
||||||
|
//subtitle: "<span class='text--primary'>to Alex, Scott, Jennifer</span> — Wish I could come, but I'm out of town this weekend.",
|
||||||
|
let searchTerms = vm.searchPhrase
|
||||||
|
.toLocaleLowerCase()
|
||||||
|
.replace(/[*]/gi, "")
|
||||||
|
.split(" ");
|
||||||
|
console.log("SearchTerms", searchTerms);
|
||||||
item.info = res.data;
|
item.info = res.data;
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user