wordInfo.js
866 字节
"use strict";
const common_vendor = require("../common/vendor.js");
const _sfc_main = {
__name: "wordInfo",
props: {
phone: {
type: String,
default: ""
},
userName: {
type: String,
default: ""
},
company: {
type: String,
default: ""
}
},
setup(__props) {
const props = __props;
common_vendor.index.__f__("log", "at components/wordInfo.vue:25", props.phone, props.userName);
return (_ctx, _cache) => {
return {
a: common_vendor.t(__props.userName),
b: common_vendor.t(__props.phone),
c: common_vendor.t(__props.company)
};
};
}
};
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-0dd29856"]]);
wx.createComponent(Component);
//# sourceMappingURL=../../.sourcemap/mp-weixin/components/wordInfo.js.map