sadjv3/anmo-user/uni_modules/cc-nodata/readme.md

9 lines
180 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# cc-nodata
#
#### 使用方法
```使用方法
<!--暂无数据组件 title:标题 v-if是否显示-->
<cc-nodata title="暂无数据" v-if="true"></cc-nodata>
```