Skip to content

Commit 24bf991

Browse files
committed
chore: Added notice about meta manipulating Quasar plugins to README.md
1 parent 1ccfb2c commit 24bf991

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,18 @@ export default defineNuxtConfig({
8383
}
8484
})
8585
```
86+
## Regarding Meta tags
87+
Avoid using quasar plugins and composables that manipulate `<meta>` tags.
88+
Use [`useHead`](https://nuxt.com/docs/api/composables/use-head) instead.
89+
90+
List of known plugins/composables that do this:
91+
- [`AddressbarColor`](https://quasar.dev/quasar-plugins/addressbar-color)
92+
- [`Meta`](https://quasar.dev/quasar-plugins/meta)
93+
- [`useMeta`](https://quasar.dev/vue-composables/use-meta)
94+
95+
## Limitations
96+
List of (known) plugins that does not work with SSR (excluding ones listed obove):
97+
- [`Dark`](https://quasar.dev/quasar-plugins/dark)
8698

8799
## Known issues
88100
- SSR Hydration errors on several components

0 commit comments

Comments
 (0)