@tencentcloud/roomkit-web-vue3
Version:
<h1 align="center"> TUIRoomKit</h1> Conference (TUIRoomKit) is a product suitable for multi-person audio and video conversation scenarios such as business meetings, webinars, and online education. By integrating this product, you can add room management,
24 lines (23 loc) • 935 B
JavaScript
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
const Vue = require("vue");
const uikitBaseComponentVue3 = require("@tencentcloud/uikit-base-component-vue3");
const index = require("../../locales/index.js");
const _hoisted_1 = { class: "loading-overlay" };
const _hoisted_2 = { class: "loading-text" };
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
__name: "LoadingOverlay",
setup(__props) {
const { t } = index.useI18n();
return (_ctx, _cache) => {
return Vue.openBlock(), Vue.createElementBlock("div", _hoisted_1, [
Vue.createVNode(Vue.unref(uikitBaseComponentVue3.IconLoadingSchedule), {
class: "loading",
size: "36"
}),
Vue.createElementVNode("span", _hoisted_2, Vue.toDisplayString(Vue.unref(t)("Entering the room now...")), 1)
]);
};
}
});
exports.default = _sfc_main;
;