Last 12 weeks · 0 commits
1 of 6 standards met
Since vue 2.6 has a new concept for slots the documentation https://github.com/vuejs/jsx#slots should be updated to reflect how this should be used. @yyx990803 or @nickmessing Do we have a nice story for the jsx community on this? We are currently updating to vuetify 2 which forces the new v-slot approach so getting the docs updated would be really nice.
Repository: vuejs/jsx-vue2. Description: monorepo for Babel / Vue JSX related packages Stars: 1479, Forks: 95. Primary language: JavaScript. Languages: JavaScript (93.2%), TypeScript (5.7%), CSS (0.8%), HTML (0.3%). Homepage: https://jsx-vue2-playground.netlify.app/ Latest release: v1.4.0 (3y ago). Open PRs: 15, open issues: 41. Last activity: 1y ago. Community health: 25%. Top contributors: nickmessing, haoqunjiang, dependabot[bot], znck, antfu, chenjiahan, sxzz, allex, chrisvfritz, visualfanatic and others.
JavaScript
{listx.map((info, index) => { return ( })} coonst refsX = this.$refs.xxxxRef ; console.log(refsX ) i hope refsX is a list , but it was an object ,why ?
问题描述 组件在 中返回了 JSX 组件,例如: 经过插件编译之后,始终 !image Rspack 配置 期望 如果检测到是在 中,使用 替换 。或者使用 。 其他 我猜应该是插件 @vue/babel-sugar-composition-api-render-instance 在 Rspack 中失效了。(Rspack 没有兼容其中某些 API?) 使用 Vite 时可以正常运行, 是从 依赖中导入的。