Skip to content

Commit

Permalink
Revert "Update index.vue"
Browse files Browse the repository at this point in the history
This reverts commit 37cf1e2.
  • Loading branch information
tugcekucukoglu committed Apr 28, 2023
1 parent db5336f commit 0377815
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pages/dock/index.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<DocComponent title="Vue Dock Component" header="Dock" description="Dock is a navigation component consisting of menuitems." :componentDocs="docs" :apiDocs="['Dock']" :ptTabComponent="ptComponent" />
<DocComponent title="Vue Dock Component" header="Dock" description="Dock is a navigation component consisting of menuitems." :componentDocs="docs" :apiDocs="['Dock']" />
</template>

<script>
Expand All @@ -8,7 +8,6 @@ import AdvancedDoc from '@/doc/dock/AdvancedDoc';
import BasicDoc from '@/doc/dock/BasicDoc';
import ImportDoc from '@/doc/dock/ImportDoc';
import StyleDoc from '@/doc/dock/StyleDoc';
import PTComponent from '@/doc/dock/pt/index.vue';
export default {
data() {
Expand Down Expand Up @@ -39,8 +38,7 @@ export default {
label: 'Accessibility',
component: AccessibilityDoc
}
],
ptComponent: PTComponent
]
};
}
};
Expand Down

0 comments on commit 0377815

Please sign in to comment.