# 基础用法 Thing 提供了很多 slot 来定制。 ```html 货币是为了提高交易效率而用于交换的中介商品。货币有多种形式,如贝壳粮食等自然物、金属纸张等加工品、银行卡信用卡等磁条卡、移动支付加密货币等APP。 ``` ```js import mdCash from 'naive-ui/lib/icons/md-cash' export default { components: { mdCash }, data () { return { avatar: true, header: true, headerExtra: true, description: true, footer: true, action: true } } } ```