phecda-vue 1.3.3 → 1.4.0

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/dist/index.js CHANGED
@@ -780,7 +780,7 @@ var PV = class {
780
780
  constructor() {
781
781
  }
782
782
  get tag() {
783
- return this._namespace.__TAG__;
783
+ return this.__TAG__;
784
784
  }
785
785
  on(type, handler) {
786
786
  emitter.on(type, handler);
package/dist/index.mjs CHANGED
@@ -723,7 +723,7 @@ var PV = class {
723
723
  constructor() {
724
724
  }
725
725
  get tag() {
726
- return this._namespace.__TAG__;
726
+ return this.__TAG__;
727
727
  }
728
728
  on(type, handler) {
729
729
  emitter.on(type, handler);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "phecda-vue",
3
- "version": "1.3.3",
3
+ "version": "1.4.0",
4
4
  "description": "provide store/form/table with phecda function to vue",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -14,7 +14,7 @@
14
14
  "dependencies": {
15
15
  "mitt": "^3.0.0",
16
16
  "vue": "^3.2.45",
17
- "phecda-core": "1.2.1"
17
+ "phecda-core": "1.3.0"
18
18
  },
19
19
  "devDependencies": {
20
20
  "tsup": "^6.5.0"