feat: 图表组件图片换成懒加载

This commit is contained in:
MTrun
2022-03-01 16:39:04 +08:00
parent 013edc4f11
commit a63efa5d26
9 changed files with 34 additions and 18 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ export const renderLang = (lang: string, set = {}, tag = 'span') => {
* @param name
* @returns url
*/
export const requireFallbackImg = () => {
export const requireErrorImg = () => {
return Image_404
}