Methods
(inner) debug(content, type, color)
输出调试内容
Parameters:
Name | Type | Default | Description |
---|---|---|---|
content |
* | 输出内容 | |
type |
String | 标题类型 | |
color |
String | teal | 颜色 |
Example
import { debug } from '@ccreator/smart-ui';
debug('调试内容‘, '标题', 'red');