Skip to content

Commit 901f0ef

Browse files
committed
chore: add latest changes into build
1 parent aabd30e commit 901f0ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package/dist/vue-web-component-wrapper.es.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ const G = ({
204204
mounted() {
205205
var l;
206206
const c = (u) => {
207-
u != null && u.length && (this.__style = document.createElement("style"), this.__style.innerText = u.join().replace(/\n/g, ""), C(this.$el).prepend(this.__style));
207+
u != null && u.length && (this.__style = document.createElement("style"), this.__style.innerText = u.join().replace(/\n/g, ""), C(this.$el).append(this.__style));
208208
};
209209
if (c((l = this.$) == null ? void 0 : l.type.styles), this.$options.components)
210210
for (const u of Object.values(this.$options.components))

package/dist/vue-web-component-wrapper.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)