whois/components/common/History.vue
2024-03-02 21:39:02 +08:00

20 lines
370 B
Vue

<script setup lang="ts">
</script>
<template>
<div>
<div title="Change Color">
<div
class="cursor-pointer flex h-10 w-10 items-center justify-center rounded-lg bg-gray-100 dark:bg-gray-700"
>
<Icon name="ic:baseline-history" class=" text-lg dark:text-white" />
</div>
</div>
</div>
</template>
<style scoped>
</style>