加载组件
Properties:
Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
props |
Object | 组件属性,内容如下
Properties
|
Examples
组件引入
// 全局模块引入
import { Loading } from '@ccreator/smart-ui';
// 最小化模块引入
import Loading from '@ccreator/smart-ui/dist/Loading';
使用示例
<Loading show />