mirror of
https://gitlab.com/bramw/baserow.git
synced 2024-11-25 08:47:54 +00:00
14 lines
340 B
Vue
14 lines
340 B
Vue
<template>
|
|
<a class="select__footer-create-link" v-on="$listeners">
|
|
<i class="select__footer-create-icon iconoir-selection"></i>
|
|
<span> {{ $t('addElementButton.label') }} </span>
|
|
<i class="select__footer-create-link-icon iconoir-plus"></i>
|
|
</a>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'AddElementButton',
|
|
}
|
|
</script>
|