Fix build

This commit is contained in:
Yukino Song
2025-02-06 18:16:55 +08:00
parent fd059e36f0
commit 78714e65fc
22 changed files with 907 additions and 434 deletions

View File

@@ -79,7 +79,7 @@ const checkboxValues = (() => {
}
// Return fallback if nothing matches
console.error(`Checkbox value ${model.value} did not match any acceptable pattern!`);
console.error(`Checkbox value ${model.value} for "${props.id}" did not match any acceptable pattern!`);
return ["true", "false"];
})();