wordInfo.js
672 字节
"use strict";
const common_vendor = require("../common/vendor.js");
const _sfc_main = {
__name: "wordInfo",
props: {
carType: {
type: String,
default: ""
},
userName: {
type: String,
default: ""
},
applyTime: {
type: String,
default: ""
}
},
setup(__props) {
return (_ctx, _cache) => {
return {
a: common_vendor.t(__props.userName),
b: common_vendor.t(__props.carType),
c: common_vendor.t(__props.applyTime)
};
};
}
};
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-0dd29856"]]);
wx.createComponent(Component);