Browse Source

style: 修改错误备注

奔跑的面条 3 năm trước cách đây
mục cha
commit
ea8a2b59d9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/hooks/useChartDataFetch.hook.ts

+ 1 - 1
src/hooks/useChartDataFetch.hook.ts

@@ -58,7 +58,7 @@ export const useChartDataFetch = (
                   }
                 })
               } else {
-                // 若遵守规范使用 datase 作为数据 key,则省自动赋值数据
+                // 若遵守规范使用 dataset 作为数据 key,则会自动赋值数据
                 targetComponent.option.dataset && (targetComponent.option.dataset = res.data)
               }
               if (updateCallback) {