Skip to content

Commit 9eca838

Browse files
fix: fixed use API example
1 parent 9dc86cc commit 9eca838

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/api/application-api.md

-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,6 @@ setTimeout(() => app.unmount(), 5000)
310310
import MyPlugin from './plugins/MyPlugin'
311311

312312
const app = createApp({})
313-
const i18nStrings = {
314313

315314
app.use(MyPlugin)
316315
app.mount('#app')

0 commit comments

Comments
 (0)