feat: 第一次上传代码
This commit is contained in:
21
unpackage/dist/dev/mp-weixin/pages/chat/ChatCardMine.js
vendored
Normal file
21
unpackage/dist/dev/mp-weixin/pages/chat/ChatCardMine.js
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
"use strict";
|
||||
const common_vendor = require("../../common/vendor.js");
|
||||
const _sfc_main = {
|
||||
__name: "ChatCardMine",
|
||||
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-f46289cb"]]);
|
||||
wx.createComponent(Component);
|
||||
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/chat/ChatCardMine.js.map
|
||||
Reference in New Issue
Block a user