mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 图表组件图片换成懒加载
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
object-fit="contain"
|
||||
height="300"
|
||||
preview-disabled
|
||||
:src="requireFallbackImg()"
|
||||
:src="requireErrorImg()"
|
||||
/>
|
||||
<n-h3>暂时还没有东西呢</n-h3>
|
||||
</n-space>
|
||||
@@ -13,7 +13,7 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { requireFallbackImg } from '@/utils'
|
||||
import { requireErrorImg } from '@/utils'
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
Reference in New Issue
Block a user