support Fragment

This commit is contained in:
Amour1688
2020-05-17 16:36:38 +08:00
parent 9608e0afca
commit 68da671c5a
6 changed files with 90 additions and 13 deletions

View File

@ -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>
</>
);
});