使用一个小例子来演示React中样式的使用,如下图,做一个静态的评论列表组件: 1.创建两个JSX文件:CmtItem.jsx和CmtList.jsx CmtList.jsx: import React from 'react'; //导入评论项子组件 import CmtItem from '@/ Read More
posted @ 2019-12-12 17:29 浮华夕颜 Views(9683) Comments(0) Diggs(0)
在webpack.config.js配置文件中的css_loader中使用localIdentName如下: module: { //所有第三方模块的配置规则 rules: [ //第三方匹配规则 //可以在css-loader之后通过?追加参数 //其中有个固定的参数modules,表示为普通的C Read More
posted @ 2019-12-12 14:34 浮华夕颜 Views(2527) Comments(0) Diggs(0)