import { ApiEntity } from '@/views/entity/demoentity';
export const linkStyle =
'width: 42px; height: 42px; border-radius: 4px; background: #eee; display: inline-block;';
const base: ApiEntity = {
title: '基本使用',
desc:
'简单的徽章展示,当 count 为 0 时,默认不显示,但是可以使用 showZero 修改为显示。 slot="count" 可自定义右上角的内容。',
code: `
`,
};
export default base;