参考 安装 章节
使用本框架前,请在 CSS 中开启 border-box
*,*::before,*::after{ box-sizing: border-box }
IE 8 及以上浏览器支持此样式。
import { Button } from 'cola-ui' import 'cola-ui/dist/index.css' export default { name: 'app', components: { 'z-button': Button } }
← 安装 Button →