修改提出的bug
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<image :src="imgUrlShow" fit="cover"></image>
|
||||
<image :src="imgUrlShow" fit="cover" :mode="mode"></image>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@@ -30,7 +30,11 @@
|
||||
isCache:{
|
||||
type: Boolean,
|
||||
default: false
|
||||
}
|
||||
},
|
||||
mode:{
|
||||
type: String,
|
||||
default: 'widthFix'
|
||||
},
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user