0.0.5 • Published 2 years ago

zjyw-ui v0.0.5

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

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"
/>
0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago