mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 01:54:48 +00:00
[improvement] ImagePreview: add show-index prop (#1889)
This commit is contained in:
@@ -35,11 +35,16 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import VanTag from '../tag';
|
||||
import create from '../utils/create';
|
||||
|
||||
export default create({
|
||||
name: 'card',
|
||||
|
||||
components: {
|
||||
VanTag
|
||||
},
|
||||
|
||||
props: {
|
||||
tag: String,
|
||||
desc: String,
|
||||
|
Reference in New Issue
Block a user