File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ const nav: ThemeConfig['nav'] = [
89
89
text : 'المستجدات' ,
90
90
items : [
91
91
{ text : 'المدونة' , link : 'https://blog.vuejs.org/' } ,
92
- { text : 'المدونة ' , link : 'https://twitter.com/vuejs' } ,
92
+ { text : 'تويتر ' , link : 'https://twitter.com/vuejs' } ,
93
93
{ text : 'النشرة البريدية' , link : 'https://news.vuejs.org/' } ,
94
94
{ text : 'الفعاليات' , link : 'https://events.vuejs.org/' }
95
95
]
@@ -195,7 +195,7 @@ export const sidebar: ThemeConfig['sidebar'] = {
195
195
} ,
196
196
{ text : 'الخاصيات' , link : '/guide/components/props' } ,
197
197
{ text : 'الأحداث' , link : '/guide/components/events' } ,
198
- { text : 'الموجِّه v-model' , link : '/guide/components/v-model' } ,
198
+ { text : 'الخاصية v-model' , link : '/guide/components/v-model' } ,
199
199
{
200
200
text : 'السمات الإحتياطية' ,
201
201
link : '/guide/components/attrs'
You can’t perform that action at this time.
0 commit comments