Skip to content

Commit

Permalink
Guide > Reusability & Composition > Render functions の翻訳を追従 (#308)
Browse files Browse the repository at this point in the history
* docs: Add migration guide for h rendering registered component

vuejs/docs@706a8cd#diff-0b635f32793fe88d869035c17f5143d6a7011183741021e19963a52beb70927a

* correct misleading content about render function

vuejs/docs@9ae70db#diff-0b635f32793fe88d869035c17f5143d6a7011183741021e19963a52beb70927a

* fix: correct two examples of using h with components and slots

vuejs/docs@dbeed5b#diff-0b635f32793fe88d869035c17f5143d6a7011183741021e19963a52beb70927a

* fix: add an emits option to examples that emit events

vuejs/docs@e554cd6#diff-0b635f32793fe88d869035c17f5143d6a7011183741021e19963a52beb70927a

* Update render-function.md

vuejs/docs@2915212#diff-0b635f32793fe88d869035c17f5143d6a7011183741021e19963a52beb70927a

* Expand the page on render functions, especially their use of slots

vuejs/docs@ac5bec3#diff-0b635f32793fe88d869035c17f5143d6a7011183741021e19963a52beb70927a

* chore: standartize Array casing

vuejs/docs@363641a#diff-0b635f32793fe88d869035c17f5143d6a7011183741021e19963a52beb70927a

* Use destructuring to access createApp, etc. in render-function.md

vuejs/docs@9e3d61a#diff-0b635f32793fe88d869035c17f5143d6a7011183741021e19963a52beb70927a

* fix: using a keyCode with v-on is no longer supported

vuejs/docs@7745e70#diff-0b635f32793fe88d869035c17f5143d6a7011183741021e19963a52beb70927a

* Add a section about using custom directives in render functions

vuejs/docs@eb244fd#diff-0b635f32793fe88d869035c17f5143d6a7011183741021e19963a52beb70927a

* Using built-in components with render and :is

vuejs/docs@588c1f6#diff-0b635f32793fe88d869035c17f5143d6a7011183741021e19963a52beb70927a

* docs: add a section about functional components

vuejs/docs@1d2fb16#diff-0b635f32793fe88d869035c17f5143d6a7011183741021e19963a52beb70927a

* docs: return values for render functions

vuejs/docs@da874b2#diff-0b635f32793fe88d869035c17f5143d6a7011183741021e19963a52beb70927a

* chore: switch javascript code blocks to js

vuejs/docs@5753b78#diff-0b635f32793fe88d869035c17f5143d6a7011183741021e19963a52beb70927a

* docs: translate h() args to slot section

* docs: translate a render function page

* fix: re-translate 'behind the scene'
  • Loading branch information
naokie committed May 6, 2021
1 parent bea9ba7 commit f42db2b
Showing 1 changed file with 298 additions and 71 deletions.
Loading

0 comments on commit f42db2b

Please sign in to comment.