File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11[ // ] : # ( Don't use <tags> )
22
3+ ## v1.6.5
4+
5+ > ` 2024-08-22 `
6+
7+ ### 🐞 Bug Fixes
8+ - Fixes for ` themes ` config option.
9+
310## v1.6.4
411
512> ` 2024-08-21 `
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11{
22 "private" : false ,
33 "name" : " @vueform/builder" ,
4- "version" : " 1.6.4 " ,
4+ "version" : " 1.6.5 " ,
55 "description" : " Vueform Builder development build." ,
66 "homepage" : " https://vueform.com" ,
77 "license" : " SEE LICENSE IN LICENSE.txt" ,
Original file line number Diff line number Diff line change @@ -557,6 +557,7 @@ export default function () {
557557 await component . validate ( )
558558
559559 if ( component . invalid . value ) {
560+ component . scrollToFirstInvalid ( )
560561 return
561562 }
562563
You can’t perform that action at this time.
0 commit comments