vue-editify 0.0.19 → 0.0.20
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/lib/editify.es.js +1 -2
- package/lib/editify.umd.js +1 -1
- package/package.json +2 -2
- package/src/index.js +1 -1
package/lib/editify.es.js
CHANGED
@@ -1914,7 +1914,6 @@ const queryHasValue = (obj$1$1, name, value) => {
|
|
1914
1914
|
const arr = obj$1.color.hex2rgb(ownValue);
|
1915
1915
|
ownValue = `rgb(${arr[0]},${arr[1]},${arr[2]})`;
|
1916
1916
|
}
|
1917
|
-
console.log(ownValue, value);
|
1918
1917
|
return ownValue == value;
|
1919
1918
|
};
|
1920
1919
|
const _AlexElement = class _AlexElement2 {
|
@@ -22864,7 +22863,7 @@ const i18n = (locale) => {
|
|
22864
22863
|
return translations[locale][key];
|
22865
22864
|
};
|
22866
22865
|
};
|
22867
|
-
const version = "0.0.
|
22866
|
+
const version = "0.0.20";
|
22868
22867
|
const install = (app, props) => {
|
22869
22868
|
const locale = (props ? props.locale : "zh_CN") || "zh_CN";
|
22870
22869
|
app.provide("$editTrans", i18n(locale));
|