Closed huoxiangdong closed 6 years ago
Hi, can you please provide a code example? Or describe your issue in more detail? I'm having trouble comprehending what you mean.
Closed because of inactivity.
Simple resolution:
import { Table } from 'antd';
import 'antd/lib/table/style';
I think babel can do it automatically, but I can't find the way
I found the way
Install babel-plugin-import
with npm or yarn
Add that in your babel config
plugins: [
["import", { "libraryName": "antd", "style": "css" }]
]
Then the style will be imported automatically.
React frameworks like antd, in Vue, and how to style import