1.0.6 • Published 1 year ago
htyh-department v1.0.6
htyh-department
部门管理业务组件的封装
特性
1.支持换肤
2.框架提供的组件 可 被单独引用
安装
npm install htyh-department
用法
import Department from 'htyh-department';
import 'htyh-department/lib/htyh-department.css';
Vue.use(Department);
// 组件中使用实例
...
<template>
<div id="app">
<htyh-department></htyh-department>
</div>
</template>
<script>
export default {
name: 'App',
data() {
return {
};
}
};
</script>
...
配置
属性名 | 类型 | 描述 | 是否必填 | 默认值 |
---|---|---|---|---|
theme | string | 组件皮肤主题 | 否 | basic |