Import trust source

This commit is contained in:
Eliot Berriot 2018-09-23 12:38:42 +00:00
parent ad7e6a97e5
commit 1bee3a4675
14 changed files with 872 additions and 429 deletions

View file

@ -282,6 +282,7 @@ export default {
'search.tokens': {
handler (newValue) {
this.search.query = compileTokens(newValue)
this.page = 1
this.fetchData()
},
deep: true
@ -290,6 +291,9 @@ export default {
this.page = 1
this.fetchData()
},
page: function () {
this.fetchData()
},
ordering: function () {
this.page = 1
this.fetchData()