You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
415 B
29 lines
415 B
3 years ago
|
<docs>
|
||
|
---
|
||
|
order: 0
|
||
|
title:
|
||
|
zh-CN: 基本用法
|
||
|
en-US: Basic usage
|
||
|
---
|
||
|
|
||
|
## zh-CN
|
||
|
|
||
|
单击图像可以放大显示。
|
||
|
|
||
|
## en-US
|
||
|
|
||
|
Click the image to zoom in.
|
||
|
|
||
|
</docs>
|
||
|
|
||
|
<template>
|
||
|
<a-image
|
||
|
:width="200"
|
||
|
src="https://zos.alipayobjects.com/rmsportal/jkjgkEfvpUPVyRjUImniVslZfWPnJuuZ.png"
|
||
|
/>
|
||
|
</template>
|
||
|
<script lang="ts">
|
||
|
import { defineComponent } from 'vue';
|
||
|
export default defineComponent({});
|
||
|
</script>
|