Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F7687162
confirm.vue
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
388 B
Referenced Files
None
Subscribers
None
confirm.vue
View Options
<template>
<div>
<slot />
<button
class="btn button-default"
:disabled="disabled"
@click="confirm"
>
{{ $t('general.confirm') }}
</button>
<button
class="btn button-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:18 PM (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
401773
Default Alt Text
confirm.vue (388 B)
Attached To
Mode
rPUFE pleroma-fe-upstream
Attached
Detach File
Event Timeline
Log In to Comment