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: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,11 +172,11 @@ export default {
172
172
Be sure to understand how [App Internationalization (i18n)](https://quasar.dev/options/app-internationalization#Introduction) works before proceeding.
173
173
This mixin assumes [`vue-i18n`](https://github.com/intlify/vue-i18n-next) has already been set up in your project.
174
174
175
-
`usePageSocialMeta` is perfect until you add internationalization to the mix, which requires to dynamically update you tags and meta tags accordingly to the selected language: `usePageSocialMeta18n` address this use case.
175
+
`usePageSocialMeta` is perfect until you add internationalization to the mix, which requires to dynamically update you tags and meta tags accordingly to the selected language: `usePageSocialMetaI18n` address this use case.
176
176
177
-
### Using `usePageSocialMeta18n`
177
+
### Using `usePageSocialMetaI18n`
178
178
179
-
You use `usePageSocialMeta18n` exactly how you would use `usePageSocialMeta`, except you provide "translation paths" as arguments instead of the text itself.
179
+
You use `usePageSocialMetaI18n` exactly how you would use `usePageSocialMeta`, except you provide "translation paths" as arguments instead of the text itself.
180
180
The mixin automatically react to locale changes, updating meta tags accordingly.
0 commit comments