2025-04-14 10:57:27 +08:00

30 lines
850 B
JavaScript

"use strict";
const common_vendor = require("../../common/vendor.js");
const _sfc_main = {
name: "checkbox",
props: {
check: false,
key: 0
},
data() {
return {};
}
};
if (!Array) {
const _component_u_icon = common_vendor.resolveComponent("u-icon");
_component_u_icon();
}
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return {
a: common_vendor.p({
name: "checkbox-mark",
color: $props.check == true ? "#FFFFFF" : "#c8c9cc",
size: "14"
}),
b: common_vendor.n($props.check == true ? "check-box" : "box")
};
}
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-3651a9a3"]]);
wx.createComponent(Component);
//# sourceMappingURL=../../../.sourcemap/mp-weixin/components/aip-checkbox/aip-checkbox.js.map