docs: 更新注释

This commit is contained in:
dap 2025-04-01 19:10:45 +08:00
parent af118cef71
commit b67be83a19

View File

@ -60,6 +60,9 @@ export const useDictStore = defineStore('app-dict', () => {
function resetCache() { function resetCache() {
dictOptionsMap.clear(); dictOptionsMap.clear();
/**
* dictRequestCache /key
*/
} }
/** /**