@tailor-cms/ce-image-edit 0.0.2 → 0.0.3
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.cjs +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -148,7 +148,7 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
|
|
|
148
148
|
emits: ["save"],
|
|
149
149
|
setup(__props) {
|
|
150
150
|
return (_ctx, _cache) => {
|
|
151
|
-
return vue.openBlock(), vue.createElementBlock("div");
|
|
151
|
+
return vue.openBlock(), vue.createElementBlock("div", null, "Hello from SideToolbar!");
|
|
152
152
|
};
|
|
153
153
|
}
|
|
154
154
|
});
|
|
@@ -160,7 +160,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
160
160
|
emits: ["save"],
|
|
161
161
|
setup(__props) {
|
|
162
162
|
return (_ctx, _cache) => {
|
|
163
|
-
return vue.openBlock(), vue.createElementBlock("div");
|
|
163
|
+
return vue.openBlock(), vue.createElementBlock("div", null, "Hello from TopToolbar!");
|
|
164
164
|
};
|
|
165
165
|
}
|
|
166
166
|
});
|
package/dist/index.js
CHANGED
|
@@ -146,7 +146,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
146
146
|
emits: ["save"],
|
|
147
147
|
setup(__props) {
|
|
148
148
|
return (_ctx, _cache) => {
|
|
149
|
-
return openBlock(), createElementBlock("div");
|
|
149
|
+
return openBlock(), createElementBlock("div", null, "Hello from SideToolbar!");
|
|
150
150
|
};
|
|
151
151
|
}
|
|
152
152
|
});
|
|
@@ -158,7 +158,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
158
158
|
emits: ["save"],
|
|
159
159
|
setup(__props) {
|
|
160
160
|
return (_ctx, _cache) => {
|
|
161
|
-
return openBlock(), createElementBlock("div");
|
|
161
|
+
return openBlock(), createElementBlock("div", null, "Hello from TopToolbar!");
|
|
162
162
|
};
|
|
163
163
|
}
|
|
164
164
|
});
|