Fix JSDoc errors: remove unsupported @constant tags and correct @param names

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-10 10:20:05 +08:00
co-authored by Claude Opus 4.6
parent 093eabaea3
commit 97748bea60
5 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ export const usePageAdminStore = defineStore("pageAdminStore", {
* Also, start pending state.
* Often, user triggers the modal and the pending state starts.
* Note: String conversion is needed. For Example, CheckMap is converted into MAP
* @param {string} pendingActivePage
* @param {string} argPendingActivePage
*/
setPendingActivePage(argPendingActivePage) {
printPageAdminLog &&