mediacube-ui-v2 0.0.64 → 0.0.65
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/mediacube-ui-v2.js
CHANGED
|
@@ -2082,7 +2082,9 @@ const x7 = {
|
|
|
2082
2082
|
},
|
|
2083
2083
|
emits: ["blur", "click"],
|
|
2084
2084
|
setup(t, { emit: e }) {
|
|
2085
|
-
const o = P0("dsOptions", {})
|
|
2085
|
+
const o = P0("dsOptions", {});
|
|
2086
|
+
console.log(o);
|
|
2087
|
+
const a = Z6(), l = k(() => {
|
|
2086
2088
|
let y = {};
|
|
2087
2089
|
return r.tooltip && (y = {
|
|
2088
2090
|
content: r.tooltip,
|