郝晨光
郝晨光
In vite library mode, enable global and external in rollupOptions and add ant-design-vue, which will still be packaged into the product [https://github.com/hcg1023/vite-unplugin-vue-components-bug](https://github.com/hcg1023/vite-unplugin-vue-components-bug) ```ts build: { target: 'es2015', lib: { entry:...
React Dnd implementation in Vue Composition-api. Supports Vue2 and Vue3 https://github.com/hcg1023/vue3-dnd
使用antd5,npm>=8安装会报错
### NutUI 包名 @nutui/nutui-taro ### 这个功能解决了什么问题? 对于嵌套层级过深的组件,Taro提供了CustomWrapper这个组件来处理,避免baseLevel过高引起模板过大,但是nutui中使用了Taro.createSelectorQuery()的组件,如果在CustomWrapper内,将会引起报错,或者无法使用 ### 你期望的组件设计是怎样的? nutui可以提供一个nut-custom-wrapper,同时将组件的ctx向下传递,内部组件获取到customwrapper,则通过Taro.createSelectorQuery()获取元素时,采用了Taro.createSelectorQuery().in(customWrapperCtx)的方式获取
close #5253