Skip to content

Commit d9a7d0e

Browse files
committed
docs: translate api reference > application api
1 parent ad2eebe commit d9a7d0e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/api/application-api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ setTimeout(() => app.unmount(), 5000)
303303

304304
同じプラグインに対してこのメソッドが複数回呼び出された場合、プラグインは一度だけインストールされます。
305305

306-
- **Example:**
306+
- **:**
307307

308308
```js
309309
import { createApp } from 'vue'
@@ -319,11 +319,11 @@ setTimeout(() => app.unmount(), 5000)
319319

320320
## version
321321

322-
- **Usage:**
322+
- **使用方法:**
323323

324-
Provides the installed version of Vue as a string. This is especially useful for community [plugins](/guide/plugins.html), where you might use different strategies for different versions.
324+
インストールされている Vue のバージョンを文字列で提供します。これはバージョンごとに異なる戦略を使う可能性のあるコミュニティの [プラグイン](/guide/plugins.html) の場合に便利です。
325325

326-
- **Example:**
326+
- **:**
327327

328328
```js
329329
export default {
@@ -339,4 +339,4 @@ setTimeout(() => app.unmount(), 5000)
339339
}
340340
```
341341

342-
- **See also**: [Global API - version](/api/global-api.html#version)
342+
- **参照**: [Global API - version](/api/global-api.html#version)

0 commit comments

Comments
 (0)