Skip to content

Commit

Permalink
Merge pull request #72 from boussadjra/feat/composables
Browse files Browse the repository at this point in the history
Translate composables chapter
  • Loading branch information
Abdelaziz18003 authored Feb 28, 2023
2 parents a328746 + b9d6de9 commit 95332c7
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 97 deletions.
2 changes: 1 addition & 1 deletion .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export const sidebar: ThemeConfig['sidebar'] = {
text: 'إعادة الإستخدام',
items: [
{
text: 'المُركَّبات',
text: 'الدوال التركيبية',
link: '/guide/reusability/composables'
},
{
Expand Down
6 changes: 5 additions & 1 deletion glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,8 @@
| implementation | الشيفرة التنفيذية |
| tree-shaking | التجزئة الشجرية |
| macro | تعليمة عامة |
| bus | ناقل |
| bus | ناقل |
| stateful | شيفرة ذات حالة |
| url | عنوان محدد الموارد |
| mixin | مخلوط |
| renderless | عديمة تصيير |
Loading

0 comments on commit 95332c7

Please sign in to comment.