const Announcements = ({ eventId }) => { const { data, error } = useSWR(`/api/v1/announcements?filter[event_id]=${eventId}`); if (error) ...
確定! 回上一頁