Replies: 1 comment 1 reply
-
Remember to use the forum or the Discord chat to ask questions! setup() {
return () => h('div', {}, 'some text')
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While using normal setup function we can use:
return () => h( 'div', {}, 'someText' )
How could i do this in setup based syntax?
Beta Was this translation helpful? Give feedback.
All reactions