zjyw-ui

0.0.5 • Public • Published

zjyw-ui

安装

npm install -D zjyw-ui

使用

  • step1
// main.ts
import Antd from 'ant-design-vue';
import 'ant-design-vue/dist/antd.css';

const app = createApp(App);
app.use(YwUi);
app.mount("#app");
  • step2
// xxx.vue
 <CockpitData
  :treeData="treeData"
  @getNowModule="getNowModule"
  @getRuleJson="getRuleJson"
  @handleSubmit="handleSubmit"
/>

Readme

Keywords

Package Sidebar

Install

npm i zjyw-ui

Weekly Downloads

2

Version

0.0.5

License

none

Unpacked Size

77.3 kB

Total Files

13

Last publish

Collaborators

  • a-zen