computed: {
    classIcon: function () {
      return {
        'search icon': this.query === null || this.query === '',
        'remove icon': this.query !== null