Skip to content

Commit

Permalink
test: example update
Browse files Browse the repository at this point in the history
  • Loading branch information
RayJason committed Aug 31, 2022
1 parent f4d46d5 commit 10753eb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
13 changes: 8 additions & 5 deletions test/snap/__snapshots__/csr.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -26051,10 +26051,11 @@ exports[`csr snapshot test > csr test ./src/checkbox/_example/group.vue 1`] = `
</span>
</label>
<label
class="t-checkbox"
class="t-checkbox t-is-disabled"
>
<input
class="t-checkbox__former"
disabled=""
name=""
type="checkbox"
value="选项三"
Expand Down Expand Up @@ -86542,7 +86543,7 @@ exports[`csr snapshot test > csr test ./src/select/_example/group.vue 1`] = `
>

<div
class="t-input__wrap t-select-input t-select-input--empty t-select"
class="t-input__wrap t-tag-input t-tag-input--break-line t-select-input t-select-input--multiple t-select-input--empty t-select"
>
<div
class="t-input t-is-default t-input--prefix t-input--suffix"
Expand All @@ -86552,16 +86553,18 @@ exports[`csr snapshot test > csr test ./src/select/_example/group.vue 1`] = `
class="t-input__prefix"
>

<!---->
<!---->

</div>
<input
class="t-input__inner"
placeholder="请选择"
type="text"
/>
<!---->
<span
class="t-input__input-pre"
>
请选择
</span>
<!---->
<!---->
<span
Expand Down
Loading

0 comments on commit 10753eb

Please sign in to comment.