UNPKG

@mee4dy/crud

Version:

Create a backend and frontend in 5 minutes! With our powerful full stack crud system, customize it to suit you.

32 lines (31 loc) 774 B
import { BFormCheckbox as o } from "bootstrap-vue"; import "./Boolean.vue2.js"; import r from "../../../../../_virtual/_plugin-vue2_normalizer.js"; const c = { components: { "b-form-checkbox": o }, props: { data: { type: Object } } }; var n = function() { var e = this, a = e._self._c; return a("div", { staticClass: "crud-ui-table-td-boolean" }, [a("b-form-checkbox", e._g({ attrs: { "unchecked-value": "0", value: "1", switch: "" }, model: { value: e.data.value, callback: function(t) { e.$set(e.data, "value", t); }, expression: "data.value" } }, e.$listeners))], 1); }, s = [], l = /* @__PURE__ */ r( c, n, s, !1, null, "dec2f20f" ); const f = l.exports; export { f as default }; //# sourceMappingURL=Boolean.vue.js.map