Files
tk-mini-program/unpackage/dist/dev/mp-weixin/TUIKit/components/common/SwitchBar/index.js
pengxiaolong c006a8e63d 消息
2025-05-13 19:39:53 +08:00

22 lines
663 B
JavaScript

"use strict";
const common_vendor = require("../../../../common/vendor.js");
const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
__name: "index",
props: {
value: {
type: Boolean,
default: false
}
},
setup(__props) {
return (_ctx, _cache) => {
return {
a: common_vendor.n(__props.value ? "tui-switch-checked" : "tui-switch-no-checked")
};
};
}
});
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-49c188d8"]]);
wx.createComponent(Component);
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/TUIKit/components/common/SwitchBar/index.js.map