Skip to content

Commit

Permalink
Merge pull request #23 from abuansarpatowary/api/custom-renderer.md
Browse files Browse the repository at this point in the history
docs: custom-renderer.md translation
  • Loading branch information
mahmudunnabikajal authored Aug 14, 2023
2 parents 62b1fe8 + 5f6a28e commit 5361874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/custom-renderer.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## createRenderer() {#createrenderer}

Creates a custom renderer. By providing platform-specific node creation and manipulation APIs, you can leverage Vue's core runtime to target non-DOM environments.
একটি কাস্টম রেন্ডারার তৈরি করে। আপনি Vue-এর মূল রানটাইম ব্যবহার করতে পারেন non-DOM এনভারনমেন্ট লক্ষ্য করার জন্য এবং প্ল্যাটফর্ম-নির্দিষ্ট নোড তৈরি এবং ম্যানিপুলেশন API প্রদান করে ।

- **Type**

Expand Down Expand Up @@ -82,4 +82,4 @@ Creates a custom renderer. By providing platform-specific node creation and mani
export * from '@vue/runtime-core'
```

Vue's own `@vue/runtime-dom` is [implemented using the same API](https://github.com/vuejs/core/blob/main/packages/runtime-dom/src/index.ts). For a simpler implementation, check out [`@vue/runtime-test`](https://github.com/vuejs/core/blob/main/packages/runtime-test/src/index.ts) which is a private package for Vue's own unit testing.
Vue-এর নিজস্ব `@vue/runtime-dom` হল [implemented using the same API](https://github.com/vuejs/core/blob/main/packages/runtime-dom/src/index.ts)। সহজ বাস্তবায়নের জন্য, দেখুন [`@vue/runtime-test`](https://github.com/vuejs/core/blob/main/packages/runtime-test/src/index.ts) যা একটি প্রাইভেট প্যাকেজ Vue এর নিজস্ব ইউনিট টেস্টের জন্য।

0 comments on commit 5361874

Please sign in to comment.