This website works better with JavaScript
Home
Explore
Help
Sign In
githab
/
nutui
Watch
3
Star
0
Fork
0
Files
Browse Source
upd: modify searchbar demo default value
richard1015
5 years ago
parent
b3cb9a9efb
commit
2af91de05a
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/packages/searchbar/demo.vue
+ 1
- 1
src/packages/searchbar/demo.vue
View File
@@ -34,7 +34,7 @@
export default {
data() {
return {
- value: '
11
'
+ value: ''
};
},
mounted() {