1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-09-07 04:39:10 +01:00
elk/components/account/AccountBotIndicator.vue

6 lines
125 B
Vue

<template>
<div flex="~" items-center border="~" rounded-md px-2 text-xs>
{{ $t('account.bot') }}
</div>
</template>