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" />
|
<PWAManifestIconsSetting path=":pleroma.:manifest.:icons" />
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<ColorSetting hide-draft-buttons path=":pleroma.:manifest.:theme_color" />
|
<ColorSetting
|
||||||
|
hide-draft-buttons
|
||||||
|
path=":pleroma.:manifest.:theme_color"
|
||||||
|
/>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<ColorSetting hide-draft-buttons path=":pleroma.:manifest.:background_color" />
|
<ColorSetting
|
||||||
|
hide-draft-buttons
|
||||||
|
path=":pleroma.:manifest.:background_color"
|
||||||
|
/>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<GroupSetting path=":pleroma.:manifest" />
|
<GroupSetting path=":pleroma.:manifest" />
|
||||||
|
|
|
||||||
|
|
@ -85,8 +85,8 @@
|
||||||
@update:model-value="event => setPurpose({ event, index })"
|
@update:model-value="event => setPurpose({ event, index })"
|
||||||
>
|
>
|
||||||
<option
|
<option
|
||||||
v-for="(purpose, index) in purposeOptions"
|
v-for="(purpose, index2) in purposeOptions"
|
||||||
:key="index"
|
:key="index2"
|
||||||
:value="purpose.value"
|
:value="purpose.value"
|
||||||
>
|
>
|
||||||
{{ purpose.label }}
|
{{ purpose.label }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue