@szjy/workflow 0.1.7 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|
+
[](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
|