Files
YGChatCS/unpackage/dist/dev/mp-weixin/pages/chat/ChatCardAI.js
2025-06-29 23:41:37 +08:00

22 lines
535 B
JavaScript

"use strict";
const common_vendor = require("../../common/vendor.js");
const _sfc_main = {
__name: "ChatCardAI",
props: {
text: {
type: String,
default: ""
}
},
setup(__props) {
return (_ctx, _cache) => {
return {
a: common_vendor.t(__props.text)
};
};
}
};
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-efbf549a"]]);
wx.createComponent(Component);
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/chat/ChatCardAI.js.map