2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-09 14:02:26 +03:00

feat: make ssr app id configurable

This commit is contained in:
pimlie
2019-07-16 10:04:17 +02:00
parent 9cf6d323db
commit b0c85e5301
9 changed files with 29 additions and 48 deletions
+6
View File
@@ -26,6 +26,12 @@ The name of the attribute that is added to the `html` tag to inform `vue-meta` t
See [How to prevent update on page load](/faq/prevent-initial)
### ssrAppId
- type `string`
- default `ssr`
The app id for a server side rendered app. You shouldnt have to change this normallygit s
### tagIDKeyName
- type `string`
- default `vmid`