:case insensitive and litte changes

Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
This commit is contained in:
Jakob Röhrl
2020-01-31 08:13:20 +01:00
parent 032573bd69
commit b567a744a6
2 changed files with 4 additions and 8 deletions

View File

@@ -44,8 +44,6 @@ Vue.mixin({
},
})
Vue.prototype.$OC = OC
Vue.directive('tooltip', Tooltip)
Vue.directive('click-outside', ClickOutside)
@@ -61,7 +59,8 @@ new Vue({
router,
store,
mounted: function() {
this.$OC.Search = new OCA.Search(this.filter, this.cleanSearch)
// eslint-disable-next-line
new OCA.Search(this.filter, this.cleanSearch)
},
methods: {
filter(query) {