Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/sale/checkout/view/property/src/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/sale/checkout/view/property/src/note-error.js

import { BitrixVue } from 'ui.vue';

BitrixVue.component('sale-checkout-view-property-note_error', {
    props: ['message'],
    template: `
        <div class="invalid-feedback">
            {{message}}
        </div>
	`
});