mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Migrated demos
This commit is contained in:
parent
1f86b4906f
commit
48f92d3966
454 changed files with 3920 additions and 3920 deletions
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<DocSectionText v-bind="$attrs">
|
||||
<p>Default date format is <i>mm/dd/yy</i> which can be customized using the <i>dateFormat</i> property. Following options can be a part of the format.</p>
|
||||
<ul class="mb-4 line-height-4">
|
||||
<ul class="mb-6 leading-loose">
|
||||
<li><i>d</i> - day of month (no leading zero)</li>
|
||||
<li><i>dd</i> - day of month (two digit)</li>
|
||||
<li><i>o</i> - day of the year (no leading zeros)</li>
|
||||
|
@ -21,7 +21,7 @@
|
|||
<li><i>anything else</i> - literal text</li>
|
||||
</ul>
|
||||
</DocSectionText>
|
||||
<div class="card flex justify-content-center">
|
||||
<div class="card flex justify-center">
|
||||
<DatePicker v-model="date" dateFormat="dd/mm/yy" />
|
||||
</div>
|
||||
<DocSectionCode :code="code" />
|
||||
|
@ -38,7 +38,7 @@ export default {
|
|||
`,
|
||||
options: `
|
||||
<template>
|
||||
<div class="card flex justify-content-center">
|
||||
<div class="card flex justify-center">
|
||||
<DatePicker v-model="date" dateFormat="dd/mm/yy" />
|
||||
</div>
|
||||
</template>
|
||||
|
@ -55,7 +55,7 @@ export default {
|
|||
`,
|
||||
composition: `
|
||||
<template>
|
||||
<div class="card flex justify-content-center">
|
||||
<div class="card flex justify-center">
|
||||
<DatePicker v-model="date" dateFormat="dd/mm/yy" />
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue