b2nil/taro-ui-vue3

h5-building-script.js 遗漏了部分内置组件的注册

b2nil opened this issue · 0 comments

b2nil commented

h5 构建脚本 在将 taro 内置组件注册为全局组件时,遗漏了部分带 classNames 的组件,如taro-swiper-item,导致使用 单文件组件 (sfc) 时,控制台提示找不到组件。

已修复:2d0b640