UNPKG

pabala-biu

Version:

Changelogs

15 lines (11 loc) 247 B
--- name: Alert route: /Alert --- # Alert 警告框 import 'antd/dist/antd.css'; import Alert from './index'; import config from './config'; import testData from './testData' <Alert {...testData} /> <pre>{JSON.stringify(config, null, 2)}</pre>