Skip to content

PermissionTree 权限树

🚧 开发中

企业系统权限配置组件。

计划 API

vue
<template>
  <NPermissionTree :data="permissions" v-model="checked" />
</template>