Skip to content

Commit 81a076c

Browse files
committed
fix: fixed an indentation (vuejs/docs@9dc86cc)
1 parent 077931b commit 81a076c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/api/application-api.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -305,15 +305,15 @@ setTimeout(() => app.unmount(), 5000)
305305

306306
- **Example:**
307307

308-
```js
309-
import { createApp } from 'vue'
310-
import MyPlugin from './plugins/MyPlugin'
308+
```js
309+
import { createApp } from 'vue'
310+
import MyPlugin from './plugins/MyPlugin'
311311

312-
const app = createApp({})
313-
const i18nStrings = {
312+
const app = createApp({})
313+
const i18nStrings = {
314314

315-
app.use(MyPlugin)
316-
app.mount('#app')
317-
```
315+
app.use(MyPlugin)
316+
app.mount('#app')
317+
```
318318
319319
- **参照:** [Plugins](../guide/plugins.html)

0 commit comments

Comments
 (0)