-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Conversation
Add `tsx` and `template`, and change the content to `Welcome to nuxt3`
β Deploy Preview for nuxt3-docs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we want to be careful using to give JSX examples anywhere but in the advanced or examples sections. Here's a section from the Vue docs:
Vue recommends using templates to build applications in the vast majority of cases. However, there are situations where we need the full programmatic power of JavaScript. That's where we can use the render function.
https://vuejs.org/guide/extras/render-function.html#render-functions-jsx
Okey. maybe i am a |
Understood! I still think it's worth documenting, but maybe in an example, or in an advanced section? |
This example should appear in the |
Indeed. This is because supporting |
Which directory should it be in |
|
Great. I've already figured out how to write it. There should be components and pages, and various ways to use TSX |
Link: #6870 |
Add
tsx
andtemplate
, and change the content toWelcome to nuxt3
π Linked issue
β Type of change
π Description
π Checklist