Spaces:
Running
Running
File size: 246 Bytes
6e41657 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | <script setup lang="ts"></script>
<template>
<a :href="href" target="_blank" class="underline text-blue-600 underline-offset-2">{{ text }}</a>
</template>
|