mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-04 21:18:14 +08:00
9 lines
145 B
Vue
9 lines
145 B
Vue
import Empty from '../components/input-number';
|
|
import '../components/empty/style';
|
|
|
|
export default {
|
|
render() {
|
|
return <Empty />;
|
|
},
|
|
};
|