Skip to content

Commit

Permalink
Merge branch 'prod'
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Sep 5, 2024
2 parents 7fbc8c7 + b8838e0 commit 500181a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion apps/showcase/pages/progressspinner/index.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<template>
<DocComponent title="Vue ProgressSpinner Component" header="ProgressSpinner" description="ProgressBar is a process status indicator." :componentDocs="docs" :apiDocs="['ProgressSpinner']" :ptTabComponent="ptComponent" :themingDocs="themingDoc" />
<DocComponent
title="Vue ProgressSpinner Component"
header="ProgressSpinner"
description="ProgressSpinner is a process status indicator."
:componentDocs="docs"
:apiDocs="['ProgressSpinner']"
:ptTabComponent="ptComponent"
:themingDocs="themingDoc"
/>
</template>

<script>
Expand Down

0 comments on commit 500181a

Please sign in to comment.