Skip to content

Commit

Permalink
casing matters
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Jan 25, 2024
1 parent 6462f85 commit 88fcf20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.0.0-beta.11 - [January 24, 2024](https://github.com/lando/vitepress-theme-default-plus/releases/tag/v1.0.0-beta.11)

* Casing matters

## v1.0.0-beta.10 - [January 24, 2024](https://github.com/lando/vitepress-theme-default-plus/releases/tag/v1.0.0-beta.10)

* Added ability to append a *single* menu item to the end of the sidebar with the `sidebarEnder` config key
Expand Down
3 changes: 1 addition & 2 deletions components/VPLLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@
import DefaultTheme from 'vitepress/theme';
import {useData} from 'vitepress';
import {computed, ref, watch} from 'vue';
import VPSideBarItem from '@default-theme/components/VPSideBarItem.vue';
import VPSideBarItem from '@default-theme/components/VPSidebarItem.vue';
import {default as Alert} from './VPLAlert.vue';
import {default as CollectionHeader} from './VPLCollectionHeader.vue';
import {default as MailChimp} from './VPLMailChimp.vue';
Expand Down

0 comments on commit 88fcf20

Please sign in to comment.