mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-07-02 01:53:28 +08:00
support Fragment
This commit is contained in:
@ -24,7 +24,7 @@ const App = defineComponent(() => {
|
||||
};
|
||||
|
||||
return () => (
|
||||
<div>
|
||||
<>
|
||||
Foo {count.value}
|
||||
<SuperButton
|
||||
buttonText="VueComponent"
|
||||
@ -33,7 +33,7 @@ const App = defineComponent(() => {
|
||||
click: inc,
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user