Skip to content

Commit 3bbafbb

Browse files
committed
(chore) update dist files
1 parent 81bb981 commit 3bbafbb

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

dist/vue-advanced-chat.es.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24616,7 +24616,10 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
2461624616
}
2461724617
var ChatWindow = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]]]);
2461824618
const VueAdvancedChat = defineCustomElement(ChatWindow);
24619+
const PACKAGE_NAME = "vue-advanced-chat";
2461924620
function register() {
24620-
customElements.define("vue-advanced-chat", VueAdvancedChat);
24621+
if (!customElements.get(PACKAGE_NAME)) {
24622+
customElements.define(PACKAGE_NAME, VueAdvancedChat);
24623+
}
2462124624
}
2462224625
export { VueAdvancedChat, register };

0 commit comments

Comments
 (0)