test: update snapshots

master
Ika 2018-11-29 10:38:37 +08:00
parent 1ecd2228b4
commit d124bbaacb
1 changed files with 2 additions and 0 deletions

View File

@ -244,6 +244,7 @@ semi: false
@click=" $emit( 'click' ) "
@click=" $emit( 'click' ) ;"
@click=" $emit( 'click' ) ;if(something){for(let i=j;i<100;i++){}}else{}"
slot-scope="{row}"
slot-scope="{destructuring:{a:{b}}}"
:class="{ longlonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglong: true }"
:class="(() => { return 'hello' })()"
@ -289,6 +290,7 @@ semi: false
} else {
}
"
slot-scope="{ row }"
slot-scope="{
destructuring: {
a: { b }