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. |
danielroe
left a comment
There was a problem hiding this comment.
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
tsxandtemplate, and change the content toWelcome to nuxt3🔗 Linked issue
❓ Type of change
📚 Description
📝 Checklist