generated from Seekra/repository-template
Feat(settings): add renderer for settings configuration #142
@@ -40,6 +40,7 @@ const props = defineProps({
|
|||||||
</h2>
|
</h2>
|
||||||
<div
|
<div
|
||||||
v-for="setting in props.setting.content"
|
v-for="setting in props.setting.content"
|
||||||
|
:key="setting"
|
||||||
class="setting"
|
class="setting"
|
||||||
>
|
>
|
||||||
<Switch
|
<Switch
|
||||||
|
|||||||
Reference in New Issue
Block a user