diff options
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 |