如何在Nuxt.js 中使用JSX? ... 你可以在组件的 render 方法中直接使用 JSX 而不需要做额外的配置:. <script> export default { data() { return { name: 'World' } } ...
確定! 回上一頁