thainv: ghép navigation

This commit is contained in:
nguyen van thai
2024-06-17 11:48:00 +07:00
parent c2b9208746
commit 3c75c89a8b
30 changed files with 856 additions and 108 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export type PollOption = {
type?: number; // Phân loại
order?: number; // Sắp xếp
status?: number; // Trạng thái
responsesCount?: number //số lượng response của option
responseCount?: number //số lượng response của option
}
export const fetchByPollId = async (event: H3Event) => {