feat(projects): 引入echarts替换antvG2plot

This commit is contained in:
Soybean
2022-05-07 00:58:24 +08:00
parent 14c145eef1
commit e7ad08685e
9 changed files with 384 additions and 878 deletions

View File

@@ -1,5 +1,8 @@
import useEcharts from './useEcharts';
import useCountDown from './useCountDown';
import useSmsCode from './useSmsCode';
import useImageVerify from './useImageVerify';
export { useCountDown, useSmsCode, useImageVerify };
export { useEcharts, useCountDown, useSmsCode, useImageVerify };
export * from './useEcharts';