businessWordIndo.js 672 字节
"use strict";
const common_vendor = require("../common/vendor.js");
const _sfc_main = {
  __name: "businessWordIndo",
  props: {
    phone: {
      type: String,
      default: ""
    },
    userName: {
      type: String,
      default: ""
    },
    company: {
      type: String,
      default: ""
    }
  },
  setup(__props) {
    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-f0f9d1d7"]]);
wx.createComponent(Component);