Skip to content

Commit

Permalink
fix: some minor "copy code" issue for tag (#3498)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Nov 21, 2024
1 parent 2839caa commit 588b50f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,10 @@ <h1>Output</h1>
<dt>tags value</dt>
<dd>{{ getTags() }}</dd>

<br />
<db-tag><db-checkbox>Checkbox</db-checkbox></db-tag>
<db-tag><db-radio>Checkbox</db-radio></db-tag>
<db-tag><db-button>Checkbox</db-button></db-tag>
<br />

<db-tabs orientation="vertical">
Expand Down
2 changes: 1 addition & 1 deletion showcases/shared/tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
"name": "input",
"native": true,
"props": {
"for": "checkbox02",
"id": "checkbox02",
"type": "checkbox"
}
}
Expand Down

0 comments on commit 588b50f

Please sign in to comment.