vue-editify 0.2.6 → 0.2.7
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/README.md +1 -1
- package/lib/editify.es.js +1 -1
- package/lib/editify.umd.js +1 -1
- package/lib/index.d.ts +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
package/README.md
CHANGED
package/lib/editify.es.js
CHANGED
|
@@ -42577,7 +42577,7 @@ const Editify = withInstall(editify);
|
|
|
42577
42577
|
const install = (app) => {
|
|
42578
42578
|
app.component(Editify.name, Editify);
|
|
42579
42579
|
};
|
|
42580
|
-
const version = "0.2.
|
|
42580
|
+
const version = "0.2.7";
|
|
42581
42581
|
console.log(`%c vue-editify %c v${version} `, "padding: 2px 1px; border-radius: 3px 0 0 3px; color: #fff; background: #606060; font-weight: bold;", "padding: 2px 1px; border-radius: 0 3px 3px 0; color: #fff; background: #42c02e; font-weight: bold;");
|
|
42582
42582
|
export {
|
|
42583
42583
|
AlexElement,
|