mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Typo fixes
This commit is contained in:
parent
57f037c906
commit
0b37123bbb
2 changed files with 9 additions and 9 deletions
|
@ -12,7 +12,7 @@
|
||||||
<StepPanels>
|
<StepPanels>
|
||||||
<StepPanel v-slot="{ activateCallback }" value="1">
|
<StepPanel v-slot="{ activateCallback }" value="1">
|
||||||
<div class="flex flex-col h-48">
|
<div class="flex flex-col h-48">
|
||||||
<div class="border-2 border-dashed border-surface-200 dark:border-surface-700 rounded bg-surface-50 dark:bg-surface-950 flex-auto flex justify-center items-center font-medium">Content II</div>
|
<div class="border-2 border-dashed border-surface-200 dark:border-surface-700 rounded bg-surface-50 dark:bg-surface-950 flex-auto flex justify-center items-center font-medium">Content I</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex pt-6 justify-end">
|
<div class="flex pt-6 justify-end">
|
||||||
<Button label="Next" icon="pi pi-arrow-right" @click="activateCallback('2')" />
|
<Button label="Next" icon="pi pi-arrow-right" @click="activateCallback('2')" />
|
||||||
|
@ -56,7 +56,7 @@ export default {
|
||||||
<StepPanels>
|
<StepPanels>
|
||||||
<StepPanel v-slot="{ activateCallback }" value="1">
|
<StepPanel v-slot="{ activateCallback }" value="1">
|
||||||
<div class="flex flex-col h-48">
|
<div class="flex flex-col h-48">
|
||||||
<div class="border-2 border-dashed border-surface-200 dark:border-surface-700 rounded bg-surface-50 dark:bg-surface-950 flex-auto flex justify-center items-center font-medium">Content II</div>
|
<div class="border-2 border-dashed border-surface-200 dark:border-surface-700 rounded bg-surface-50 dark:bg-surface-950 flex-auto flex justify-center items-center font-medium">Content I</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex pt-6 justify-end">
|
<div class="flex pt-6 justify-end">
|
||||||
<Button label="Next" icon="pi pi-arrow-right" @click="activateCallback('2')" />
|
<Button label="Next" icon="pi pi-arrow-right" @click="activateCallback('2')" />
|
||||||
|
@ -94,7 +94,7 @@ export default {
|
||||||
<StepPanels>
|
<StepPanels>
|
||||||
<StepPanel v-slot="{ activateCallback }" value="1">
|
<StepPanel v-slot="{ activateCallback }" value="1">
|
||||||
<div class="flex flex-col h-48">
|
<div class="flex flex-col h-48">
|
||||||
<div class="border-2 border-dashed border-surface-200 dark:border-surface-700 rounded bg-surface-50 dark:bg-surface-950 flex-auto flex justify-center items-center font-medium">Content II</div>
|
<div class="border-2 border-dashed border-surface-200 dark:border-surface-700 rounded bg-surface-50 dark:bg-surface-950 flex-auto flex justify-center items-center font-medium">Content I</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex pt-6 justify-end">
|
<div class="flex pt-6 justify-end">
|
||||||
<Button label="Next" icon="pi pi-arrow-right" @click="activateCallback('2')" />
|
<Button label="Next" icon="pi pi-arrow-right" @click="activateCallback('2')" />
|
||||||
|
@ -134,7 +134,7 @@ export default {
|
||||||
<StepPanels>
|
<StepPanels>
|
||||||
<StepPanel v-slot="{ activateCallback }" value="1">
|
<StepPanel v-slot="{ activateCallback }" value="1">
|
||||||
<div class="flex flex-col h-48">
|
<div class="flex flex-col h-48">
|
||||||
<div class="border-2 border-dashed border-surface-200 dark:border-surface-700 rounded bg-surface-50 dark:bg-surface-950 flex-auto flex justify-center items-center font-medium">Content II</div>
|
<div class="border-2 border-dashed border-surface-200 dark:border-surface-700 rounded bg-surface-50 dark:bg-surface-950 flex-auto flex justify-center items-center font-medium">Content I</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex pt-6 justify-end">
|
<div class="flex pt-6 justify-end">
|
||||||
<Button label="Next" icon="pi pi-arrow-right" @click="activateCallback('2')" />
|
<Button label="Next" icon="pi pi-arrow-right" @click="activateCallback('2')" />
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<Step>Header I</Step>
|
<Step>Header I</Step>
|
||||||
<StepPanel v-slot="{ activateCallback }">
|
<StepPanel v-slot="{ activateCallback }">
|
||||||
<div class="flex flex-col h-48">
|
<div class="flex flex-col h-48">
|
||||||
<div class="border-2 border-dashed border-surface-200 dark:border-surface-700 rounded bg-surface-50 dark:bg-surface-950 flex-auto flex justify-center items-center font-medium">Content II</div>
|
<div class="border-2 border-dashed border-surface-200 dark:border-surface-700 rounded bg-surface-50 dark:bg-surface-950 flex-auto flex justify-center items-center font-medium">Content I</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="py-6">
|
<div class="py-6">
|
||||||
<Button label="Next" @click="activateCallback('2')" />
|
<Button label="Next" @click="activateCallback('2')" />
|
||||||
|
@ -54,7 +54,7 @@ export default {
|
||||||
<Step>Header I</Step>
|
<Step>Header I</Step>
|
||||||
<StepPanel v-slot="{ activateCallback }">
|
<StepPanel v-slot="{ activateCallback }">
|
||||||
<div class="flex flex-col h-48">
|
<div class="flex flex-col h-48">
|
||||||
<div class="border-2 border-dashed border-surface-200 dark:border-surface-700 rounded bg-surface-50 dark:bg-surface-950 flex-auto flex justify-center items-center font-medium">Content II</div>
|
<div class="border-2 border-dashed border-surface-200 dark:border-surface-700 rounded bg-surface-50 dark:bg-surface-950 flex-auto flex justify-center items-center font-medium">Content I</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="py-6">
|
<div class="py-6">
|
||||||
<Button label="Next" @click="activateCallback('2')" />
|
<Button label="Next" @click="activateCallback('2')" />
|
||||||
|
@ -94,7 +94,7 @@ export default {
|
||||||
<Step>Header I</Step>
|
<Step>Header I</Step>
|
||||||
<StepPanel v-slot="{ activateCallback }">
|
<StepPanel v-slot="{ activateCallback }">
|
||||||
<div class="flex flex-col h-48">
|
<div class="flex flex-col h-48">
|
||||||
<div class="border-2 border-dashed border-surface-200 dark:border-surface-700 rounded bg-surface-50 dark:bg-surface-950 flex-auto flex justify-center items-center font-medium">Content II</div>
|
<div class="border-2 border-dashed border-surface-200 dark:border-surface-700 rounded bg-surface-50 dark:bg-surface-950 flex-auto flex justify-center items-center font-medium">Content I</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="py-6">
|
<div class="py-6">
|
||||||
<Button label="Next" @click="activateCallback('2')" />
|
<Button label="Next" @click="activateCallback('2')" />
|
||||||
|
@ -136,7 +136,7 @@ export default {
|
||||||
<Step>Header I</Step>
|
<Step>Header I</Step>
|
||||||
<StepPanel v-slot="{ activateCallback }">
|
<StepPanel v-slot="{ activateCallback }">
|
||||||
<div class="flex flex-col h-48">
|
<div class="flex flex-col h-48">
|
||||||
<div class="border-2 border-dashed border-surface-200 dark:border-surface-700 rounded bg-surface-50 dark:bg-surface-950 flex-auto flex justify-center items-center font-medium">Content II</div>
|
<div class="border-2 border-dashed border-surface-200 dark:border-surface-700 rounded bg-surface-50 dark:bg-surface-950 flex-auto flex justify-center items-center font-medium">Content I</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="py-6">
|
<div class="py-6">
|
||||||
<Button label="Next" @click="activateCallback('2')" />
|
<Button label="Next" @click="activateCallback('2')" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue