import React from 'react'; import Empty from '../index'; const Demo = () => { return ( <Empty description={'功能建设中'} /> ) } export default Demo