manual lint
This commit is contained in:
parent
7f54d11834
commit
04797f8bd2
2 changed files with 10 additions and 4 deletions
|
|
@ -49,10 +49,16 @@
|
|||
<PWAManifestIconsSetting path=":pleroma.:manifest.:icons" />
|
||||
</li>
|
||||
<li>
|
||||
<ColorSetting hide-draft-buttons path=":pleroma.:manifest.:theme_color" />
|
||||
<ColorSetting
|
||||
hide-draft-buttons
|
||||
path=":pleroma.:manifest.:theme_color"
|
||||
/>
|
||||
</li>
|
||||
<li>
|
||||
<ColorSetting hide-draft-buttons path=":pleroma.:manifest.:background_color" />
|
||||
<ColorSetting
|
||||
hide-draft-buttons
|
||||
path=":pleroma.:manifest.:background_color"
|
||||
/>
|
||||
</li>
|
||||
<li>
|
||||
<GroupSetting path=":pleroma.:manifest" />
|
||||
|
|
|
|||
|
|
@ -85,8 +85,8 @@
|
|||
@update:model-value="event => setPurpose({ event, index })"
|
||||
>
|
||||
<option
|
||||
v-for="(purpose, index) in purposeOptions"
|
||||
:key="index"
|
||||
v-for="(purpose, index2) in purposeOptions"
|
||||
:key="index2"
|
||||
:value="purpose.value"
|
||||
>
|
||||
{{ purpose.label }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue