inleft
2022-08-26 fa1bd95d533444d7360d1ada127b7a3279a3901f
src/components/mini/box7-search.vue
@@ -23,13 +23,14 @@
   export default {
      name: "box",
      props: {
         searchType: ""
         searchType: "",
      },
      data() {
         return {
            sentence: "十里寒塘路,烟花一半醒",
            search: {
               placeholder: "搜索..",
               //placeholder: "搜索..",
               placeholder: "此搜索框未营业..",
               // autoFocus: true,
               backfill: true,
               value: '',
@@ -43,7 +44,7 @@
            console.log("补全..");
         },
         onSelect(value) {
            this.$message.info("更多功能..敬请期待")
            this.$message.info("这个功能会等到内容足够多的时候再打开..")
            console.log('回车', value);
         },
         onChange(value) {