Skip to content

Commit

Permalink
doc add single name components to sidebar for #95
Browse files Browse the repository at this point in the history
  • Loading branch information
rrd108 committed Aug 5, 2024
1 parent 14b03bf commit 164b76a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default defineConfig({
{ text: 'Global Style', link: '/rules/vue-essential/global-style' },
{ text: 'Keyed v-for', link: '/rules/vue-essential/vfor-no-key' },
{ text: 'Simple Props Definition', link: '/rules/vue-essential/simple-prop' },
{ text: 'Single Name Components', link: '/rules/vue-essential/single-name-component' },
{ text: 'v-if With v-for', link: '/rules/vue-essential/vif-with-vfor' },
] },
{ text: 'Vue Strong', link: '/rules/vue-strong', collapsed: true, items: [
Expand Down

0 comments on commit 164b76a

Please sign in to comment.