mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-02 23:19:57 +00:00
09f80f291b
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe> Co-authored-by: 沈青川 <46062972+ShenQingchuan@users.noreply.github.com>
11 lines
263 B
Vue
11 lines
263 B
Vue
<template>
|
|
<div p8 flex="~ col gap4">
|
|
<div text-sm text-secondary>
|
|
{{ $t('nav_user.sign_in_desc') }}
|
|
</div>
|
|
<button class="btn-solid text-center" @click="openSigninDialog()">
|
|
{{ $t('action.sign_in') }}
|
|
</button>
|
|
</div>
|
|
</template>
|