Skip to content

Commit 96fd600

Browse files
uyarnPengYYYYY
authored andcommitted
chore: update snapshot
1 parent 155d32f commit 96fd600

File tree

7 files changed

+132
-178
lines changed

7 files changed

+132
-178
lines changed

test/ssr/__snapshots__/ssr.test.js.snap

+86-86
Large diffs are not rendered by default.

test/unit/config-provider/__snapshots__/demo.test.js.snap

+7-14
Original file line numberDiff line numberDiff line change
@@ -2116,15 +2116,14 @@ exports[`ConfigProvider ConfigProvider datePickerVue demo works fine 1`] = `
21162116
>
21172117
<div
21182118
allowinput="0"
2119-
class="t-input t-is-readonly t-input--suffix"
2119+
class="t-input t-input--suffix"
21202120
modelvalue=""
21212121
>
21222122
<!---->
21232123
<!---->
21242124
<input
21252125
class="t-input__inner"
21262126
placeholder="select date"
2127-
readonly=""
21282127
type="text"
21292128
/>
21302129
<!---->
@@ -3718,15 +3717,14 @@ exports[`ConfigProvider ConfigProvider datePickerVue demo works fine 1`] = `
37183717
>
37193718
<div
37203719
allowinput="0"
3721-
class="t-input t-is-readonly t-input--suffix"
3720+
class="t-input t-input--suffix"
37223721
modelvalue=""
37233722
>
37243723
<!---->
37253724
<!---->
37263725
<input
37273726
class="t-input__inner"
37283727
placeholder="select date"
3729-
readonly=""
37303728
type="text"
37313729
/>
37323730
<!---->
@@ -4073,15 +4071,14 @@ exports[`ConfigProvider ConfigProvider datePickerVue demo works fine 1`] = `
40734071
>
40744072
<div
40754073
allowinput="0"
4076-
class="t-input t-is-readonly t-input--suffix"
4074+
class="t-input t-input--suffix"
40774075
modelvalue=""
40784076
>
40794077
<!---->
40804078
<!---->
40814079
<input
40824080
class="t-input__inner"
40834081
placeholder="select month"
4084-
readonly=""
40854082
type="text"
40864083
/>
40874084
<!---->
@@ -4713,15 +4710,14 @@ exports[`ConfigProvider ConfigProvider datePickerVue demo works fine 1`] = `
47134710
>
47144711
<div
47154712
allowinput="0"
4716-
class="t-input t-is-readonly t-input--suffix"
4713+
class="t-input t-input--suffix"
47174714
modelvalue=""
47184715
>
47194716
<!---->
47204717
<!---->
47214718
<input
47224719
class="t-input__inner"
47234720
placeholder="select month"
4724-
readonly=""
47254721
type="text"
47264722
/>
47274723
<!---->
@@ -5039,15 +5035,14 @@ exports[`ConfigProvider ConfigProvider datePickerVue demo works fine 1`] = `
50395035
>
50405036
<div
50415037
allowinput="0"
5042-
class="t-input t-is-readonly t-input--suffix"
5038+
class="t-input t-input--suffix"
50435039
modelvalue=""
50445040
>
50455041
<!---->
50465042
<!---->
50475043
<input
50485044
class="t-input__inner"
50495045
placeholder="select year"
5050-
readonly=""
50515046
type="text"
50525047
/>
50535048
<!---->
@@ -5621,15 +5616,14 @@ exports[`ConfigProvider ConfigProvider datePickerVue demo works fine 1`] = `
56215616
>
56225617
<div
56235618
allowinput="0"
5624-
class="t-input t-is-readonly t-input--suffix"
5619+
class="t-input t-input--suffix"
56255620
modelvalue=""
56265621
>
56275622
<!---->
56285623
<!---->
56295624
<input
56305625
class="t-input__inner"
56315626
placeholder="select year"
5632-
readonly=""
56335627
type="text"
56345628
/>
56355629
<!---->
@@ -8781,14 +8775,13 @@ exports[`ConfigProvider ConfigProvider othersVue demo works fine 1`] = `
87818775
class="t-input__wrap"
87828776
>
87838777
<div
8784-
class="t-input t-is-readonly t-input--suffix"
8778+
class="t-input t-input--suffix"
87858779
>
87868780
<!---->
87878781
<!---->
87888782
<input
87898783
class="t-input__inner"
87908784
placeholder=" "
8791-
readonly=""
87928785
type="text"
87938786
/>
87948787
<!---->

0 commit comments

Comments
 (0)