Update index.vue

pull/3938/head
Tuğçe Küçükoğlu 2023-05-09 09:49:06 +03:00
parent b1870a9cc8
commit d511c6155c
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<template>
<div class="doc-main">
<div class="doc-intro">
<h1>ProgressBar Pass Through</h1>
<h1>ProgressSpinner Pass Through</h1>
</div>
<DocSections :docs="docs" />
</div>
@ -25,9 +25,9 @@ export default {
},
{
id: 'pt.doc.progressspinner',
label: 'ProgressBar PT Options',
label: 'ProgressSpinner PT Options',
component: DocApiTable,
data: getPTOption('ProgressBar')
data: getPTOption('ProgressSpinner')
},
{
id: 'pt.demo',