mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Update index.vue
This commit is contained in:
parent
b1870a9cc8
commit
d511c6155c
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="doc-main">
|
<div class="doc-main">
|
||||||
<div class="doc-intro">
|
<div class="doc-intro">
|
||||||
<h1>ProgressBar Pass Through</h1>
|
<h1>ProgressSpinner Pass Through</h1>
|
||||||
</div>
|
</div>
|
||||||
<DocSections :docs="docs" />
|
<DocSections :docs="docs" />
|
||||||
</div>
|
</div>
|
||||||
|
@ -25,9 +25,9 @@ export default {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'pt.doc.progressspinner',
|
id: 'pt.doc.progressspinner',
|
||||||
label: 'ProgressBar PT Options',
|
label: 'ProgressSpinner PT Options',
|
||||||
component: DocApiTable,
|
component: DocApiTable,
|
||||||
data: getPTOption('ProgressBar')
|
data: getPTOption('ProgressSpinner')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'pt.demo',
|
id: 'pt.demo',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue