Skip to content

Commit 1db37a4

Browse files
committed
docs: translate about createApp root props
1 parent 1fe0a6b commit 1db37a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/global-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const app = createApp(
6363
</div>
6464
```
6565

66-
The root props are raw props, much like those passed to [`h`](#h) to create a VNode. In addition to component props, they can also include attributes and event listeners to be applied to the root component.
66+
ルートプロパティは VNode を作成するとき [`h`](#h) に渡されるのと同じように、未加工のプロパティです。コンポーネントプロパティに加えて、ルートコンポーネントに適用される属性やイベントリスナも含めることができます。
6767

6868
### 型定義
6969

0 commit comments

Comments
 (0)