| Current Path : /var/www/homesaver/www/bitrix/js/sale/checkout/view/product/src/ |
| Current File : /var/www/homesaver/www/bitrix/js/sale/checkout/view/product/src/measure.js |
import { BitrixVue } from 'ui.vue';
BitrixVue.component('sale-checkout-view-product-measure', {
props: ['item'],
// language=Vue
template: `
<span class="checkout-item-quantity-description">
<span class="checkout-item-quantity-description-text">{{item.measureText}}</span>
<span class="checkout-item-quantity-description-price"/>
</span>
`
});