Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
是用这种引入方式 import styles from './index.scss' 使用的时候 className={styles['content']} cssModules配置 cssModules: { enable: true, config: { namingPattern: 'global', generateScopedName: '[name][local]_[hash:base64:5]' } } 原来1.x时候可以的,有没人碰到过?谢谢