Skip to content

Commit 0082f53

Browse files
Changing file names and adjusting
1 parent be6b6d0 commit 0082f53

13 files changed

+45
-45
lines changed

src/documentation/DocsComponent.vue

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -67,37 +67,37 @@
6767
</v-row>
6868

6969
<!-- Description -->
70-
<DescriptionComponent />
70+
<DescriptionSection />
7171

7272
<!-- Usage -->
73-
<UsageComponent />
73+
<UsageSection />
7474

7575
<!-- Props -->
76-
<PropsComponent />
76+
<PropsSection />
7777

7878
<!-- Components -->
7979
<ComponentsSection />
8080

8181
<!-- Events -->
82-
<EventsComponent />
82+
<EventsSection />
8383

8484
<!-- Slots -->
85-
<SlotsComponent />
85+
<SlotsSection />
8686

8787
<!-- SASS Variables -->
88-
<SassVariables />
88+
<SassVariablesSection />
8989

9090
<!-- Example -->
91-
<ExampleComponent />
91+
<ExampleSection />
9292

9393
<!-- Dependencies -->
94-
<DependenciesComponent />
94+
<DependenciesSection />
9595

9696
<!-- License -->
97-
<LicenseComponent />
97+
<LicenseSection />
9898

9999
<!-- Legal -->
100-
<LegalComponent />
100+
<LegalSection />
101101
</v-container>
102102
</template>
103103

@@ -106,16 +106,16 @@ import { inject, provide, reactive, ref } from 'vue';
106106
import packageInfo from '../../package.json';
107107
import {
108108
ComponentsSection,
109-
DependenciesComponent,
110-
DescriptionComponent,
111-
EventsComponent,
112-
ExampleComponent,
113-
LegalComponent,
114-
LicenseComponent,
115-
PropsComponent,
116-
SassVariables,
117-
SlotsComponent,
118-
UsageComponent,
109+
DependenciesSection,
110+
DescriptionSection,
111+
EventsSection,
112+
ExampleSection,
113+
LegalSection,
114+
LicenseSection,
115+
PropsSection,
116+
SassVariablesSection,
117+
SlotsSection,
118+
UsageSection,
119119
} from '@/documentation/sections';
120120
121121
const links = inject('links');
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)