elk/components/account/AccountBotIndicator.vue

6 lines
125 B
Vue
Raw Normal View History

2022-12-11 15:43:23 +00:00
<template>
<div flex="~" items-center border="~" rounded-md px-2 text-xs>
{{ $t('account.bot') }}
2022-12-11 15:43:23 +00:00
</div>
</template>