Browse Source

upd: modify searchbar demo default value

richard1015 5 years ago
parent
commit
2af91de05a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/packages/searchbar/demo.vue

+ 1 - 1
src/packages/searchbar/demo.vue

@@ -34,7 +34,7 @@
 export default {
   data() {
     return {
-      value: '11'
+      value: ''
     };
   },
   mounted() {