Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F7687768
boolean_setting.vue
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
383 B
Referenced Files
None
Subscribers
None
boolean_setting.vue
View Options
<template>
<label
class="BooleanSetting"
>
<Checkbox
:checked="state"
:disabled="disabled"
@change="update"
>
<span
v-if="!!$slots.default"
class="label"
>
<slot />
</span>
<ModifiedIndicator :changed="isChanged" />
</Checkbox>
</label>
</template>
<script src="./boolean_setting.js"></script>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Wed, Sep 3, 11:34 PM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
439370
Default Alt Text
boolean_setting.vue (383 B)
Attached To
Mode
rPUFE pleroma-fe-upstream
Attached
Detach File
Event Timeline
Log In to Comment