Skip to content

Commit

Permalink
docs: form (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
jc9702507 committed Feb 15, 2023
1 parent 692f839 commit 1390665
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion demo/pages/FormJSON/form-json/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"usingComponents": {
"form-item": "../../../../src/Form/FormItem/index",
"form-input": "../../../../src/Form/FormInput/index",
"form-stepper": "../../../../src/Form/FormStepper/index"
"form-stepper": "../../../../src/Form/FormStepper/index",
"button": "../../../../src/Button/index"
}
}
2 changes: 1 addition & 1 deletion demo/pages/FormJSON/index.axml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
ref="handleRef"
/>
</view>
</form>
</form-json>
3 changes: 1 addition & 2 deletions demo/pages/FormJSON/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"usingComponents": {
"form-json": "./form-json/index",
"form-input": "../../../src/Form/FormInput/index",
"form-switch": "../../../src/Form/FormSwitch/index",
"button": "../../../src/Button/index"
"form-switch": "../../../src/Form/FormSwitch/index"
}
}

0 comments on commit 1390665

Please sign in to comment.