优化页面
This commit is contained in:
29
unpackage/dist/dev/mp-weixin/TUIKit/components/TUIConversation/conversation-header/index.js
vendored
Normal file
29
unpackage/dist/dev/mp-weixin/TUIKit/components/TUIConversation/conversation-header/index.js
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
"use strict";
|
||||
const common_vendor = require("../../../../common/vendor.js");
|
||||
require("../../../adapter-vue.js");
|
||||
const TUIKit_components_TUIConversation_conversationHeader_server = require("./server.js");
|
||||
const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
|
||||
__name: "index",
|
||||
setup(__props, { expose: __expose }) {
|
||||
const showChildren = common_vendor.ref([]);
|
||||
common_vendor.ref();
|
||||
common_vendor.computed(() => {
|
||||
return TUIKit_components_TUIConversation_conversationHeader_server.ConversationHeaderServer.getInstance().getMenu();
|
||||
});
|
||||
common_vendor.onMounted(() => {
|
||||
showChildren.value = [];
|
||||
});
|
||||
const closeChildren = () => {
|
||||
showChildren.value = [];
|
||||
};
|
||||
__expose({
|
||||
closeChildren
|
||||
});
|
||||
return (_ctx, _cache) => {
|
||||
return {};
|
||||
};
|
||||
}
|
||||
});
|
||||
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-c7a8f8e3"]]);
|
||||
wx.createComponent(Component);
|
||||
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/TUIKit/components/TUIConversation/conversation-header/index.js.map
|
||||
Reference in New Issue
Block a user