feat(projects): 新增组件页面:按钮、卡片示例

This commit is contained in:
Soybean
2021-11-28 15:29:53 +08:00
parent 0b10b5056e
commit bdc39aff1b
5 changed files with 620 additions and 5 deletions

View File

@ -6,5 +6,5 @@ export default [
Components({
resolvers: [IconsResolver({ componentPrefix: 'icon' })]
}),
Icons()
Icons({ scale: 1, defaultClass: 'inline-block' })
];