Files
2025-08-15 14:05:08 +08:00

15 lines
434 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<t-navbar class="demo-navbar" title="ImageViewer" leftArrow />
<view class="demo">
<t-demo-header
title="ImageViewer 图片预览"
desc="用于图片内容的缩略展示与查看。"
notice="渲染框架支持情况Skyline、WebView"
/>
<t-demo title="01 组件类型" desc="基础图片预览" padding>
<base />
</t-demo>
<t-demo desc="带操作图片预览" padding>
<delete />
</t-demo>
</view>