%PDF- %PDF-
Direktori : /home/ugotscom/3vfm3/node_modules/bootstrap-vue/esm/mixins/ |
Current File : /home/ugotscom/3vfm3/node_modules/bootstrap-vue/esm/mixins/form-custom.js |
import { makePropsConfigurable } from '../utils/config'; // --- Props --- export var props = makePropsConfigurable({ plain: { type: Boolean, default: false } }, 'formControls'); // --- Mixin --- // @vue/component export default { props: props, computed: { custom: function custom() { return !this.plain; } } };