Skip to content

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|string100
height图片高度number|string100
src图片路径string''

Other Attributes