QA:常见问题查看这里 #1324
-
| NutUI React 相关的一些使用问题或者限制 | 
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 1 reply
-
| 关于 Prebundle 与 Cache表现1:使用组件后,微信小程序无内容,控制台警告找不到 template 可能的原因:开启了 Webpack 预加载或者 cache,Taro 框架下该模式会偶发丢失第三方组件库文件。 module.exports = {
  // ...
  compiler: {
    type: 'webpack5',
    prebundle: {
      exclude: ['@nutui/nutui-react-taro', '@nutui/icons-react-taro']
    }
  },
  cache: {
    enable: false
  }
} | 
Beta Was this translation helpful? Give feedback.
-
| 希望能完善 form 表单复杂组件的使用demo | 
Beta Was this translation helpful? Give feedback.
-
| 问题表现: 问题解决:可先查看以下issue: | 
Beta Was this translation helpful? Give feedback.
        
          
            
              This comment was marked as off-topic.
            
          
            
        
      
    
            
              This comment was marked as off-topic.
            
          
            
        -
| 出现  | 
Beta Was this translation helpful? Give feedback.
-
| input组件的placeholder字体颜色无法更改? | 
Beta Was this translation helpful? Give feedback.
问题表现:
运行:pnpm run build:taro
错误:获取 taro 全局配置文件失败,不存在全局配置文件:C:\Users\XX.taro-global-config\index.json
问题解决:可先查看以下issue:
NervJS/taro#13963