generated from Seekra/repository-template
fix(settings): add key prop to settings in settings page
This commit is contained in:
@@ -40,6 +40,7 @@ const props = defineProps({
|
||||
</h2>
|
||||
<div
|
||||
v-for="setting in props.setting.content"
|
||||
:key="setting"
|
||||
class="setting"
|
||||
>
|
||||
<Switch
|
||||
|
||||
Reference in New Issue
Block a user