added git-crypt
This commit is contained in:
parent
a16a4753b0
commit
4b10fc83fa
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div class="image-form">
|
||||
<div ref="uploadcare-panel"></div>
|
||||
<div v-if="!url" ref="uploadcare-panel"></div>
|
||||
<div v-if="url">
|
||||
<img :src="previewUrl">
|
||||
</div>
|
||||
|
|
@ -21,7 +21,6 @@
|
|||
|
||||
panelResult.done(fileInfo => {
|
||||
console.log(fileInfo);
|
||||
//this.url = fileInfo.cdnUrl;
|
||||
this.$emit('link-change-url', fileInfo.cdnUrl, this.index)
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
* filter=git-crypt diff=git-crypt
|
||||
.gitattributes !filter !diff
|
||||
Binary file not shown.
Loading…
Reference in New Issue