mirror of
https://github.com/kevin-DL/vue-audio-recorder.git
synced 2026-01-11 19:04:28 +00:00
Change the button to an icon
This commit is contained in:
@@ -237,7 +237,7 @@
|
|||||||
:filename="filename"
|
:filename="filename"
|
||||||
:headers="headers"
|
:headers="headers"
|
||||||
:upload-url="uploadUrl"/>
|
:upload-url="uploadUrl"/>
|
||||||
<button v-if="showCustomButton" @click="customAction(record)"> Custom Action </button>
|
<icon-button class="ar__uploader ar-icon ar-icon__xs ar-icon--no-border" v-if="showCustomButton" @click.native="customAction(record)" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user