transposed v-model

This commit is contained in:
smilerz
2021-09-10 14:51:37 -05:00
parent f6eb1b69cb
commit c8bff1660b
11 changed files with 214 additions and 148562 deletions

View File

@@ -200,7 +200,7 @@ export default {
},
infiniteHandler: function($state, col) {
let params = {
'query': (col==='left') ? this.search_right : this.search_left,
'query': (col==='left') ? this.search_left : this.search_right,
'page': (col==='left') ? this.left_page + 1 : this.right_page + 1,
'column': col
}