You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/plugin.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ declare class IntlifyVuePlugin implements webpack.Plugin {
9
9
letPlugin: typeofIntlifyVuePlugin
10
10
11
11
console.warn(
12
-
`[@intlify/vue-i18n-loader] IntlifyVuePlugin is experimental! This plugin is used for Intlify tools. Don't use this plugin to enhancement Component options.`
12
+
`[@intlify/vue-i18n-loader] IntlifyVuePlugin is experimental! This plugin is used for Intlify tools. Don't use this plugin to enhancement Component options of your application.`
0 commit comments