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`] = `
10
10
" staticRenderFns" : [],
11
11
" template" : "
12
12
<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 >
17
17
< / div > " ,
18
18
}
19
19
` ;
You can’t perform that action at this time.
0 commit comments