diff options
author | Siebrand Mazeland <siebrand@kitano.nl> | 2024-05-03 14:10:48 +0300 |
---|---|---|
committer | Siebrand Mazeland <siebrand@kitano.nl> | 2024-05-03 14:50:07 +0300 |
commit | 25026db6cc45d72ce7433d08c6632c03d0e60aee (patch) | |
tree | 58b6b967f5c8bb68307353337f4d3aaf42bc00f9 /resources/src/vue | |
parent | bd53d75d5b2dcdfaca67b27ba0628ad3cdaa18d9 (diff) | |
download | mediawikicore-25026db6cc45d72ce7433d08c6632c03d0e60aee.tar.gz mediawikicore-25026db6cc45d72ce7433d08c6632c03d0e60aee.zip |
Fix link to i18n plugin in JSDoc
Bug: T363543
Change-Id: Id180915c9ad53b3ab35f7c4e6633039aeef99772
Diffstat (limited to 'resources/src/vue')
-rw-r--r-- | resources/src/vue/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/src/vue/index.js b/resources/src/vue/index.js index b0e2aa0a42ce..f4f3852c133a 100644 --- a/resources/src/vue/index.js +++ b/resources/src/vue/index.js @@ -15,7 +15,7 @@ /** * Wrapper around {@link https://vuejs.org/api/application.html#createapp Vue.createApp} that - * adds the {@link Vue#$i18n i18n plugin} and the error handler. These were added + * adds the {@link module:vue#$i18n i18n plugin} and the error handler. These were added * globally in Vue 2, but Vue 3 does not support global plugins. * * To ensure all Vue code has the i18n plugin and the error handler installed, use of |