UNPKG

vue-kompo

Version:

Laravel Vue components for Rapid Application Development

12 lines (11 loc) 313 B
export default { computed: { //by default, one id per element, otherwise concatenate key to id $_elementId() { return key => this.component.id ? (this.component.id + ( key || '' )) : null }, $_elKompoId() { return this.$_config('X-Kompo-Id') } } }