vue-editify 0.0.43 → 0.0.44
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 +3 -3
- package/lib/editify.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
- package/src/Editify.vue +2 -0
- package/src/index.js +1 -1
package/lib/editify.es.js
CHANGED
|
@@ -21231,7 +21231,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21231
21231
|
], 14, _hoisted_1$1);
|
|
21232
21232
|
}
|
|
21233
21233
|
const Menu = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-85cbaf03"]]);
|
|
21234
|
-
const
|
|
21234
|
+
const Editify_vue_vue_type_style_index_0_scoped_31c1a2aa_lang = "";
|
|
21235
21235
|
const _sfc_main = {
|
|
21236
21236
|
name: "editify",
|
|
21237
21237
|
props: { ...editorProps },
|
|
@@ -22883,7 +22883,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
22883
22883
|
])) : createCommentVNode("", true)
|
|
22884
22884
|
]);
|
|
22885
22885
|
}
|
|
22886
|
-
const Editify = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
22886
|
+
const Editify = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-31c1a2aa"]]);
|
|
22887
22887
|
const iconfont = "";
|
|
22888
22888
|
const en_US = {
|
|
22889
22889
|
textWrapUp: "Up feed",
|
|
@@ -23064,7 +23064,7 @@ const i18n = (locale) => {
|
|
|
23064
23064
|
return translations[locale][key];
|
|
23065
23065
|
};
|
|
23066
23066
|
};
|
|
23067
|
-
const version = "0.0.
|
|
23067
|
+
const version = "0.0.44";
|
|
23068
23068
|
const install = (app, props) => {
|
|
23069
23069
|
const locale = (props ? props.locale : "zh_CN") || "zh_CN";
|
|
23070
23070
|
app.provide("$editTrans", i18n(locale));
|