chore: snapshot

This commit is contained in:
Evan You 2022-11-14 11:41:44 +08:00
parent e06d3b614e
commit a1099afe1b
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ const __props_foo = _toRef(__props, 'foo');
console.log((__props_foo))
console.log((__props_bar))
({ foo: __props_foo, baz: __props_bar })
;({ foo: __props_foo, baz: __props_bar })
return () => {}
}