Skip to content

Commit 5b66c2d

Browse files
committed
fix: re-translate 'behind the scene'
1 parent a4ac58e commit 5b66c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/render-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ render() {
497497

498498
### `<component>``is`
499499

500-
舞台裏では、テンプレートは `resolveDynamicComponent` をつかって `is` 属性を実装しています。 `render` 関数で `is` 属性がもつ、すべての柔軟性が必要な場合は、同じ関数を使うことができます:
500+
裏では、テンプレートは `resolveDynamicComponent` をつかって `is` 属性を実装しています。 `render` 関数で `is` 属性がもつ、すべての柔軟性が必要な場合は、同じ関数を使うことができます:
501501

502502
```js
503503
const { h, resolveDynamicComponent } = Vue

0 commit comments

Comments
 (0)