chore: update

This commit is contained in:
xiaoxian521
2024-05-09 21:43:20 +08:00
parent de00537fdd
commit 30f598dfa5
7 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ import { ref, PropType, nextTick } from "vue";
import { useNav } from "@/layout/hooks/useNav";
import { deviceDetection } from "@pureadmin/utils";
const props = defineProps({
defineProps({
noticeItem: {
type: Object as PropType<ListItem>,
default: () => {}