1
0
mirror of https://github.com/elk-zone/elk synced 2024-12-20 01:28:01 +09:00
elk/components/account/AccountBotIndicator.vue

6 lines
125 B
Vue
Raw Normal View History

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