Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-21 11:29:20 +08:00

docs: fix annotation errors

This commit is contained in:
pany 2022-10-17 15:01:36 +08:00
parent f73d6684d5
commit e41d1f21a5

View File

@ -9,7 +9,7 @@ export const formatDateTime = (time: null | string) => {
return dayjs(date).format("YYYY-MM-DD HH:mm:ss")
}
/** 将全局 CSS 导入 JS 中使用 */
/** 将全局 CSS 变量导入 JS 中使用 */
export const getCssVariableValue = (cssVariableName: string) => {
let cssVariableValue = ""
try {