26 lines
834 B
JavaScript
26 lines
834 B
JavaScript
|
|
"use strict";
|
||
|
|
const common_vendor = require("../../../../common/vendor.js");
|
||
|
|
if (!Math) {
|
||
|
|
TUICustomerServicePlugin();
|
||
|
|
}
|
||
|
|
const TUICustomerServicePlugin = () => "../../../tui-customer-service-plugin/index.js";
|
||
|
|
const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
|
||
|
|
__name: "message-customer-service",
|
||
|
|
props: {
|
||
|
|
message: { default: () => ({}) }
|
||
|
|
},
|
||
|
|
setup(__props) {
|
||
|
|
const props = __props;
|
||
|
|
return (_ctx, _cache) => {
|
||
|
|
return {
|
||
|
|
a: common_vendor.p({
|
||
|
|
message: props.message
|
||
|
|
})
|
||
|
|
};
|
||
|
|
};
|
||
|
|
}
|
||
|
|
});
|
||
|
|
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-d1833b46"]]);
|
||
|
|
wx.createComponent(Component);
|
||
|
|
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/TUIKit/plugins/plugin-components/message-customer/message-customer-service.js.map
|