UNPKG

@fecp/mobile

Version:

31 lines (30 loc) 1.49 kB
"use strict"; Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } }); ;/* empty css */ ;/* empty css */ ;/* empty css */ ;/* empty css */ ;/* empty css */ const vue = require("vue"); const index = require("../../../../../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/checkbox/index.js"); const _sfc_main = { __name: "Checkbox", props: { label: { type: String, default: "复选项" } }, setup(__props) { return (_ctx, _cache) => { const _component_van_checkbox = index.Checkbox; return vue.openBlock(), vue.createBlock(_component_van_checkbox, vue.mergeProps(_ctx.$attrs, { shape: "square" }), { default: vue.withCtx(() => [ vue.createTextVNode(vue.toDisplayString(__props.label), 1) ]), _: 1 }, 16); }; } }; exports.default = _sfc_main;