Skip to content

Commit 95332c7

Browse files
Merge pull request vuejs#72 from boussadjra/feat/composables
Translate composables chapter
2 parents a328746 + b9d6de9 commit 95332c7

File tree

3 files changed

+114
-97
lines changed

3 files changed

+114
-97
lines changed

.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ export const sidebar: ThemeConfig['sidebar'] = {
215215
text: 'إعادة الإستخدام',
216216
items: [
217217
{
218-
text: 'المُركَّبات',
218+
text: 'الدوال التركيبية',
219219
link: '/guide/reusability/composables'
220220
},
221221
{

glossary.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,8 @@
6767
| implementation | الشيفرة التنفيذية |
6868
| tree-shaking | التجزئة الشجرية |
6969
| macro | تعليمة عامة |
70-
| bus | ناقل |
70+
| bus | ناقل |
71+
| stateful | شيفرة ذات حالة |
72+
| url | عنوان محدد الموارد |
73+
| mixin | مخلوط |
74+
| renderless | عديمة تصيير |

0 commit comments

Comments
 (0)