浏览代码

search form micro fixe (comma alone)

bach 2 年之前
父节点
当前提交
de89f29915

文件差异内容过多而无法显示
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/main.js


二进制
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

部分文件因为文件数量过多而无法显示