nbb-component-ui 1.1.0 → 1.1.2

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.
Files changed (2) hide show
  1. package/index.ts +1 -1
  2. package/package.json +2 -2
package/index.ts CHANGED
@@ -4,7 +4,7 @@ import {ProcessFlow} from "./src/ProcessFlow";
4
4
  // 定义插件对象,严格标注类型
5
5
  const plugin: Plugin<[]> = {
6
6
  install(app: App) {
7
- app.component('ProcessFlow', ProcessFlow)
7
+ app.component('CmcLinkProcessFlow', ProcessFlow)
8
8
  }
9
9
  }
10
10
  // 支持按需引入
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nbb-component-ui",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "main": "./dist/index.umd.js",
5
5
  "module": "./dist/index.es.js",
6
6
  "types": "./dist/index.d.ts",
@@ -20,7 +20,7 @@
20
20
  "vue-tsc": "^1.8.27"
21
21
  },
22
22
  "peerDependencies": {
23
- "element-plus": "^2.13.6",
23
+ "element-plus": ">=2.0.0",
24
24
  "vue": "^3.0.0"
25
25
  },
26
26
  "peerDependenciesMeta": {