README
平台部门多选组件
//TODO: 平台 deparment 组件,对应 BC_ 类型,部门多选/单选。
npm i
npm start
# eslint(带修复)
npm run lint
# 启动示例
npm run examples
# 执行测试
npm run test
//TODO: 平台 deparment 组件,对应 BC_ 类型,部门多选/单选。
<script type="module">
import uxPlatformDepartment from 'https://cdn.skypack.dev/ux-platform-department';
</script>
//TODO: 平台 deparment 组件,对应 BC_ 类型,部门多选/单选。
npm i
npm start
# eslint(带修复)
npm run lint
# 启动示例
npm run examples
# 执行测试
npm run test