File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/__tests__/__snapshots__ Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ exports[`Vue Api Queries > Get errors from vue component 1`] = `
1010 " staticRenderFns" : [],
1111 " template" : "
1212 <div>
13- <input type =\\ "checkbox\\ " name =\\ "t1\\ " class =\\ "foo\\ " v-model =\\ "t1\\ " />
14- <input type =\\ "radio\\ " name =\\ "t2\\ " class =\\ "foo\\ " value =\\ "foo\\ " v-model =\\ "t2\\ "/>
15- <input type =\\ "radio\\ " name =\\ "t2\\ " class =\\ "bar\\ " value =\\ "bar\\ " v-model =\\ "t2\\ "/>
16- <span id =\\ "age\\ ">{{ $errors.first('age') }}</span>
13+ <input type = " checkbox" name = " t1" class = " foo" v-model = " t1" />
14+ <input type = " radio" name = " t2" class = " foo" value = " foo" v-model = " t2" />
15+ <input type = " radio" name = " t2" class = " bar" value = " bar" v-model = " t2" />
16+ <span id = " age" >{ { $errors.first('age ') }} </span >
1717 < / div > " ,
1818}
1919` ;
You can’t perform that action at this time.
0 commit comments