猿问
css-modules 在把类名转换以后怎么把转换的类名导出
css-modules 在把类名转换以后怎么把转换的类名导出
POPMUISE
浏览 339
回答 1
1回答
摇曳的蔷薇
import style from 'xxx.less'export default function () { return ( <div className={style.container}> <div className={style.header}></div> <div className={style.content}></div> <div className={style.footer}></div> </div> )}
0
0
0
随时随地看视频
慕课网APP
相关分类
JavaScript
我要回答