We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ac58e commit 5b66c2dCopy full SHA for 5b66c2d
src/guide/render-function.md
@@ -497,7 +497,7 @@ render() {
497
498
### `<component>` と `is`
499
500
-舞台裏では、テンプレートは `resolveDynamicComponent` をつかって `is` 属性を実装しています。 `render` 関数で `is` 属性がもつ、すべての柔軟性が必要な場合は、同じ関数を使うことができます:
+裏では、テンプレートは `resolveDynamicComponent` をつかって `is` 属性を実装しています。 `render` 関数で `is` 属性がもつ、すべての柔軟性が必要な場合は、同じ関数を使うことができます:
501
502
```js
503
const { h, resolveDynamicComponent } = Vue
0 commit comments