Page MenuHomePhorge

confirm.vue
No OneTemporary

Size
388 B
Referenced Files
None
Subscribers
None

confirm.vue

<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

Mime Type
text/html
Expires
Wed, Sep 3, 7:06 PM (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
401773
Default Alt Text
confirm.vue (388 B)

Event Timeline