切换主题
Image 图片
可点击查看大图
vue
<template>
<ql-image src="https://ai-engi.oss-cn-shenzhen.aliyuncs.com/20240226/14ae6b9280c949148e84294775af93ec.jpeg" />
</template>
<script setup lang="ts">
</script>
<style scoped lang='scss'></style>
API
Attributes
属性名 | 说明 | 类型 | 默认 |
---|---|---|---|
width | 图片宽度 | number |string | 100 |
height | 图片高度 | number |string | 100 |
src | 图片路径 | string | '' |