Plugin Meta title changes to first loaded page
-
On every page visit the app’s browser title reverts to the first loaded page title in a second.
export default { meta: { title: "Signup", titleTemplate: (title) => title, },
Have removed the title tag from html.template.html
-
Have a similar issue where if I have 3 components forming a tree:
Comp A (title: Test A)
—> Comp B (titleTemplate: title ->${title} - B
)
--------> Comp C
In Comp C, if I do (titleTemplate: title ->${title} - C
) instead of ending with: Test - A - B - C, Comp B title is not taken into account, title is taken from Comp A and I end up with a title = Test A - CIs there a way to fix that behavior or is it intended to work this way ?
-
WIll only work for SSR mode Quasar apps, see: