<strong>value</strong>
и она не станет dom объектом. '<template v-for="operation in operations">' +
'<item-operation v-if="(operation.is_planed === false) && (operation.is_completed === false)"' +
':operation="operation"></item-operation>' +
'</template>'
Vue.component('item-operation', {
delimiters: ["{>", "<}"],
props: ['operation'],
template:
'<tr>' +
'<td>{>operation.last_name<} {>operation.birthday<}</td>' +
'<td>{>operation.date_operation<}</td>' +
'<td>{>operation.pay.short_name<}</td>' +
'<td>{>operation.diagnosis<} ({>operation.mkb<})</td>' +
'<td>{>operation.operation_name<}</td>' +
'<td>{>operation.anesthesia.short_name<}</td>' +
'<td>{>operation.anesthesia_time<}</td>' +
'</tr>'
})
import bus from 'path/to/eventbus'
:url="connectors && connectors['amazon']"
resources: path.resolve('./src/sass/main.scss')