Skip to content

Commit

Permalink
docs(content): update content
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli committed Sep 30, 2024
1 parent 7c4c970 commit c354610
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/src/composables/use-content-container.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ The appropriate HTML element for the page structure is determined based on the `
</template>
<script setup>
import { useContentContainer } from 'vue-semantic-structure'
import { useContentContainer } from 'vue-semantic-structure';
const { currentTag } = useContentContainer()
const { currentTag } = useContentContainer();
</script>
```
Expand Down
4 changes: 2 additions & 2 deletions docs/src/composables/use-content-headline.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ The deeper the nesting, the smaller the heading.
</template>
<script setup>
import { useContentContainer } from 'vue-semantic-structure'
import { useContentHeadline } from 'vue-semantic-structure';
const { currentTag } = useContentHeadline()
const { currentTag } = useContentHeadline();
</script>
```
Expand Down

0 comments on commit c354610

Please sign in to comment.