修改完成待测试
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
:src="file.accessUrl"
|
||||
mode="aspectFill"
|
||||
role="button"
|
||||
aria-label="查看动态图片"
|
||||
:aria-label="imageLabel"
|
||||
@click.stop="preview(file)"
|
||||
/>
|
||||
</view>
|
||||
@@ -22,6 +22,7 @@ import { computed } from "vue";
|
||||
|
||||
const props = defineProps({
|
||||
files: { type: Array, default: () => [] },
|
||||
imageLabel: { type: String, default: "查看动态图片" },
|
||||
});
|
||||
|
||||
const visibleFiles = computed(() =>
|
||||
|
||||
Reference in New Issue
Block a user