"use strict"; const common_vendor = require("../common/vendor.js"); const _sfc_main = { __name: "PerformanceCard", props: { successRate: { type: String, default: "0%" }, profitRate: { type: String, default: "+0%" }, totalTrades: { type: [Number, String], default: 0 } }, setup(__props) { return (_ctx, _cache) => { return { a: common_vendor.t(__props.successRate), b: common_vendor.t(__props.profitRate), c: common_vendor.t(__props.totalTrades) }; }; } }; const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-7eda9556"], ["__file", "D:/program/gupiao-wx/src/components/PerformanceCard.vue"]]); wx.createComponent(Component);