Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F7687141
confirm.vue
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
382 B
Referenced Files
None
Subscribers
None
confirm.vue
View Options
<template>
<div>
<slot />
<button
class="btn btn-default"
:disabled="disabled"
@click="confirm"
>
{{ $t('general.confirm') }}
</button>
<button
class="btn btn-default"
:disabled="disabled"
@click="cancel"
>
{{ $t('general.cancel') }}
</button>
</div>
</template>
<script src="./confirm.js">
</script>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Wed, Sep 3, 7:13 PM (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
435600
Default Alt Text
confirm.vue (382 B)
Attached To
Mode
rPUFE pleroma-fe-upstream
Attached
Detach File
Event Timeline
Log In to Comment