@deot/vc 1.0.30 → 1.0.31
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.iife.js +1 -0
- package/dist/index.umd.cjs +1 -0
- package/package.json +4 -4
package/dist/index.iife.js
CHANGED
|
@@ -40850,6 +40850,7 @@ var Vc = (function (exports, vue) {
|
|
|
40850
40850
|
hover: true,
|
|
40851
40851
|
alone: true,
|
|
40852
40852
|
autoWidth: true,
|
|
40853
|
+
placement: "top",
|
|
40853
40854
|
content: value
|
|
40854
40855
|
});
|
|
40855
40856
|
}
|
package/dist/index.umd.cjs
CHANGED
|
@@ -40853,6 +40853,7 @@
|
|
|
40853
40853
|
hover: true,
|
|
40854
40854
|
alone: true,
|
|
40855
40855
|
autoWidth: true,
|
|
40856
|
+
placement: "top",
|
|
40856
40857
|
content: value
|
|
40857
40858
|
});
|
|
40858
40859
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deot/vc",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.31",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"access": "public"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@deot/vc-components": "^1.0.
|
|
23
|
-
"@deot/vc-hooks": "^1.0.
|
|
24
|
-
"@deot/vc-shared": "^1.0.
|
|
22
|
+
"@deot/vc-components": "^1.0.31",
|
|
23
|
+
"@deot/vc-hooks": "^1.0.31",
|
|
24
|
+
"@deot/vc-shared": "^1.0.31"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"vue": "*"
|