Skip to content

Commit 1540ce9

Browse files
author
Kerwin
committed
fix: tsl switch
1 parent 5c4259a commit 1540ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/Setting/Mail.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script setup lang='ts'>
22
import { onMounted, ref } from 'vue'
3-
import { NButton, NInput, NSpin, useMessage } from 'naive-ui'
3+
import { NButton, NInput, NSpin, NSwitch, useMessage } from 'naive-ui'
44
import type { ConfigState, MailConfig } from './model'
55
import { fetchChatConfig, fetchUpdateMail } from '@/api'
66
import { t } from '@/locales'

0 commit comments

Comments
 (0)