Browse Source

docs(input): add demo md clear

richard1015 3 years ago
parent
commit
847e29b364
2 changed files with 2 additions and 0 deletions
  1. 1 0
      src/packages/__VUE/input/doc.en-US.md
  2. 1 0
      src/packages/__VUE/input/doc.md

+ 1 - 0
src/packages/__VUE/input/doc.en-US.md

@@ -172,6 +172,7 @@ The user can enter content in the text box. Configure the icons on both sides of
       const state = reactive({
         showIcon: '',
         required: '',
+        clear:''
       });
       return {
         state

+ 1 - 0
src/packages/__VUE/input/doc.md

@@ -172,6 +172,7 @@ app.use(Icon);
       const state = reactive({
         showIcon: '',
         required: '',
+        clear:''
       });
       return {
         state