Просмотр исходного кода

search form micro fixe (comma alone)

bach 2 лет назад
Родитель
Сommit
de89f29915

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/main.js


BIN
web/themes/custom/materiotheme/assets/dist/main.js.gz


+ 1 - 1
web/themes/custom/materiotheme/vuejs/components/Form/SearchForm.vue

@@ -146,7 +146,7 @@ export default {
     },
     keys(n, o){
       console.log('watch keys changed', o, n)
-      this.typed = n ? n.join(', ') + ', ' : ''
+      this.typed = n.length ? n.join(', ') + ', ' : ''
     },
     // terms(n, o){
     //   // if term change from store

Некоторые файлы не были показаны из-за большого количества измененных файлов