소스 검색

search form micro fixe (comma alone)

bach 2 년 전
부모
커밋
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

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.