@szjy/workflow 0.1.7 → 0.1.9
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +7 -0
- package/dist/index.mjs +21791 -21720
- package/dist/index.umd.js +192 -192
- package/dist/packages/components/Workflow/biz-logic/leave/types.d.ts +1 -0
- package/dist/packages/components/Workflow/slots.d.ts +1 -0
- package/dist/packages/components/Workflow/utils/common.d.ts +1 -0
- package/dist/style.css +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
# @szjy/workflow
|
2
2
|
|
3
|
+
[![Publish to NPM](https://github.com/szjy-work/workflow/actions/workflows/release.yml/badge.svg)](https://github.com/szjy-work/workflow/actions/workflows/release.yml)
|
4
|
+
|
3
5
|
基于 vite + vue3 + typescript 的组件
|
4
6
|
|
5
7
|
|
@@ -10,6 +12,11 @@
|
|
10
12
|
npm i @szjy/workflow
|
11
13
|
```
|
12
14
|
|
15
|
+
本地开发:
|
16
|
+
```shell
|
17
|
+
npm run dev
|
18
|
+
```
|
19
|
+
|
13
20
|
然后在项目中引入:
|
14
21
|
|
15
22
|
```typescript
|