| Current Path : /var/www/homesaver/www/bitrix/js/sale/checkout/view/property/src/ |
| 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>
`
});