mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-11-08 05:27:36 +08:00
Add prettier and run prettier command via lint-staged (#448)
This commit is contained in:
@@ -34,8 +34,14 @@ THE SOFTWARE.
|
||||
</template>
|
||||
|
||||
<!-- Load in all other slots -->
|
||||
<template v-for="(_, slot) in $slots" #[slot]="scope">
|
||||
<slot :name="slot" v-bind="scope || {}" />
|
||||
<template
|
||||
v-for="(_, slot) in $slots"
|
||||
#[slot]="scope"
|
||||
>
|
||||
<slot
|
||||
:name="slot"
|
||||
v-bind="scope || {}"
|
||||
/>
|
||||
</template>
|
||||
</PrettyRadio>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user