Fix export
This commit is contained in:
parent
b1d47748c8
commit
ac4af0a53d
9 changed files with 41 additions and 32 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<img v-if="imageSrc" :src="imageSrc" style="width:100%;height:100%" />
|
||||
<img :src="imageSrc" style="width:100%;height:100%" />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
|
@ -11,7 +11,7 @@ export default {
|
|||
src: {
|
||||
type: String,
|
||||
default: function () {
|
||||
return null;
|
||||
return undefined;
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue