Skip to content

Commit

Permalink
Move component v-model to its own page (#2153)
Browse files Browse the repository at this point in the history
  • Loading branch information
skirtles-code authored and Abdelaziz18003 committed Jan 14, 2023
1 parent dad2c3a commit 98d6765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const nav: ThemeConfig['nav'] = [
text: 'المستجدات',
items: [
{ text: 'المدونة', link: 'https://blog.vuejs.org/' },
{ text: 'المدونة', link: 'https://twitter.com/vuejs' },
{ text: 'تويتر', link: 'https://twitter.com/vuejs' },
{ text: 'النشرة البريدية', link: 'https://news.vuejs.org/' },
{ text: 'الفعاليات', link: 'https://events.vuejs.org/' }
]
Expand Down Expand Up @@ -195,7 +195,7 @@ export const sidebar: ThemeConfig['sidebar'] = {
},
{ text: 'الخاصيات', link: '/guide/components/props' },
{ text: 'الأحداث', link: '/guide/components/events' },
{ text: 'الموجِّه v-model', link: '/guide/components/v-model' },
{ text: 'الخاصية v-model', link: '/guide/components/v-model' },
{
text: 'السمات الإحتياطية',
link: '/guide/components/attrs'
Expand Down

0 comments on commit 98d6765

Please sign in to comment.