Icon 图标组件
图标组件是采用 iconfont css 方式实现, 因此你需要引入 css 文件和 js 文件,才能正常使用图标组件。
安装 Icon
bash
npm install zay-icon
使用 Icon
js
import Vue from 'vue';
import ZayIcon from 'zay-icon';
// 引入样式文件
import 'zay-icon/dist/index.css';
Vue.use(ZayIcon);
示例
html
<z-icon name="search" />
图标列表
API
Props
| 参数 | 说明