mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
docs(ComponentCode/ComponentExample): use justify-center everywhere
This commit is contained in:
@@ -128,7 +128,7 @@ const optionsValues = ref(props.options?.reduce((acc, option) => {
|
||||
</UFormField>
|
||||
</div>
|
||||
|
||||
<div class="flex p-4" :class="props.class">
|
||||
<div class="flex justify-center p-4" :class="props.class">
|
||||
<component :is="camelName" v-bind="{ ...componentProps, ...optionsValues }" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user