mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-01-11 00:39:10 +08:00
docs: update RAEDME
This commit is contained in:
parent
cf25aa0b65
commit
86c0912bad
@ -258,10 +258,10 @@ const App = {
|
|||||||
return () => (
|
return () => (
|
||||||
<>
|
<>
|
||||||
<A>
|
<A>
|
||||||
{
|
{{
|
||||||
default: () => <div>A</div>,
|
default: () => <div>A</div>,
|
||||||
foo: () => <span>B</span>
|
foo: () => <span>B</span>
|
||||||
}
|
}}
|
||||||
</A>
|
</A>
|
||||||
<B>{() => 'foo'}</B>
|
<B>{() => 'foo'}</B>
|
||||||
</>
|
</>
|
||||||
|
@ -258,10 +258,10 @@ const App = {
|
|||||||
return () => (
|
return () => (
|
||||||
<>
|
<>
|
||||||
<A>
|
<A>
|
||||||
{
|
{{
|
||||||
default: () => <div>A</div>,
|
default: () => <div>A</div>,
|
||||||
foo: () => <span>B</span>
|
foo: () => <span>B</span>
|
||||||
}
|
}}
|
||||||
</A>
|
</A>
|
||||||
<B>{() => 'foo'}</B>
|
<B>{() => 'foo'}</B>
|
||||||
</>
|
</>
|
||||||
|
Loading…
Reference in New Issue
Block a user