Appearance
import { useNoticeStore } from '@jupiter/ts-monorepo'; // store const noticeStore = useNoticeStore(); // computed const notices = computed(() => noticeStore.notices);
공지사항 검색
noticeStore.selectNotice({ deleted_at: null, });