UNPKG

@mee4dy/crud

Version:

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

1 lines 766 B
{"version":3,"file":"Boolean.vue.cjs","sources":["../../../../../../ui/vue/components/Table/Td/Boolean.vue"],"sourcesContent":["<template>\n <div class=\"crud-ui-table-td-boolean\">\n <b-form-checkbox v-model=\"data.value\" unchecked-value=\"0\" value=\"1\" v-on=\"$listeners\" switch></b-form-checkbox>\n </div>\n</template>\n\n<script>\nimport { BFormCheckbox } from 'bootstrap-vue';\n\nexport default {\n components: {\n 'b-form-checkbox': BFormCheckbox,\n },\n props: {\n data: {\n type: Object,\n },\n },\n};\n</script>\n\n<style lang=\"scss\" scoped>\n.crud-ui-table-td-boolean {\n}\n</style>\n"],"names":["_sfc_main","BFormCheckbox"],"mappings":"mJASAA,EAAA,CACA,WAAA,CACA,kBAAAC,EAAA,aACA,EACA,MAAA,CACA,KAAA,CACA,KAAA,MACA,CACA,CACA"}