chore: format code
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
<script lang="ts" setup>
|
||||
import type { NotificationItem } from './interface';
|
||||
|
||||
import { $t } from '@vben/locales';
|
||||
import {
|
||||
IcRoundMarkEmailRead,
|
||||
IcRoundNotificationsNone,
|
||||
@@ -10,11 +13,8 @@ import {
|
||||
VbenPopover,
|
||||
} from '@vben-core/shadcn-ui';
|
||||
|
||||
import { $t } from '@vben/locales';
|
||||
import { useToggle } from '@vueuse/core';
|
||||
|
||||
import type { NotificationItem } from './interface';
|
||||
|
||||
interface Props {
|
||||
/**
|
||||
* 显示圆点
|
||||
|
Reference in New Issue
Block a user