zova-core 5.0.106 → 5.0.108
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.
|
@@ -20,7 +20,7 @@ export function Use(options) {
|
|
|
20
20
|
if (options.beanFullName || options.name) {
|
|
21
21
|
const beanFullName = appResource.getBeanFullName(beanClass);
|
|
22
22
|
if (beanFullName) {
|
|
23
|
-
console.error(`inject class should be imported by type, such as: import {
|
|
23
|
+
console.error(`inject class should be imported by type, such as: import type { ${appResource._fixClassName(beanClass.name)} } from 'xxx'`);
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zova-core",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.108",
|
|
4
4
|
"description": "A vue3 framework with ioc",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"vue": "^3.4.27",
|
|
54
54
|
"zod": "^3.23.8"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "961334abe1f35e3cc5c263b3cea70a0d7996501f"
|
|
57
57
|
}
|