Closed nonzzz closed 2 years ago
Merging #227 (a7abd46) into master (e3b546a) will increase coverage by
0.01%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #227 +/- ##
==========================================
+ Coverage 96.75% 96.76% +0.01%
==========================================
Files 189 189
Lines 2128 2136 +8
Branches 371 372 +1
==========================================
+ Hits 2059 2067 +8
Misses 69 69
Impacted Files | Coverage Δ | |
---|---|---|
packages/vue/src/checkbox-group/checkbox-group.tsx | 100.00% <100.00%> (ø) |
|
packages/vue/src/checkbox/checkbox.tsx | 100.00% <100.00%> (ø) |
|
packages/vue/src/radio-group/radio-group.tsx | 100.00% <100.00%> (ø) |
|
packages/vue/src/radio/radio.tsx | 100.00% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update e3b546a...a7abd46. Read the comment docs.
Checklist
Change information
In form component , we found when trigger update props modelValue can't update component internal value. so this pr will be fix them.