Skip to content

Commit 46d397d

Browse files
Merge pull request #11 from webdevnerdstuff/dev
fixing goof
2 parents fb9becc + 4c5799b commit 46d397d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/documentation/DocsPage.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,16 @@
7575
<Section.UsageSection />
7676

7777
<!-- Components -->
78-
<!-- <Section.Components :codeBlockOptions="codeBlockOptions" /> -->
78+
<!-- <Section.Components /> -->
7979

8080
<!-- Props -->
8181
<Section.PropsSection />
8282

8383
<!-- Validation -->
84-
<Section.Validation />
84+
<Section.ValidationSection />
8585

8686
<!-- Examples -->
87-
<Section.Example :codeBlockOptions="codeBlockOptions" />
87+
<Section.ExampleSection />
8888

8989
<!-- Events -->
9090
<Section.EventsSection />

0 commit comments

Comments
 (0)