0.3.8 • Published 4 years ago
quickadmin-icu v0.3.8
quickadmin-plugin
目前支持单选,后续版本支持多选
<TreeSelect
:treeData="menuOptions"
:defaultValue="form.menu_pid"
:defaultProps="{ label: 'title', id: 'id', children: 'children' }"
@getValue="getTreeValue"
:placeholder=""
/>Project setup
yarn installCompiles and hot-reloads for development
yarn serveCompiles and minifies for production
yarn buildLints and fixes files
yarn lint