feat: 组件 Image 支持延迟加载

This commit is contained in:
tnt group 2023-05-17 20:23:55 +08:00
parent 015dbb79ef
commit 0bd594afe8

View File

@ -7,7 +7,8 @@
:fallback-src="requireErrorImg()" :fallback-src="requireErrorImg()"
:width="w" :width="w"
:height="h" :height="h"
></n-image> lazy
/>
</div> </div>
</template> </template>