1
0
mirror of https://github.com/elk-zone/elk synced 2024-11-24 15:16:09 +09:00
elk/components/account/AccountBotIndicator.vue

6 lines
159 B
Vue
Raw Normal View History

2022-12-12 00:43:23 +09:00
<template>
2022-12-20 05:40:46 +09:00
<div flex="~" items-center border="~ base" text-secondary-light rounded-md px-1 text-xs my-auto>
{{ $t('account.bot') }}
2022-12-12 00:43:23 +09:00
</div>
</template>