mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-24 21:14:05 +00:00
11 lines
202 B
Vue
11 lines
202 B
Vue
<template functional>
|
|
<div class="card-text">
|
|
<a :href="props.value" target="_blank" rel="nofollow">{{ props.value }}</a>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
height: 16,
|
|
}
|
|
</script>
|