Closed Sakthi002 closed 5 years ago
I am using Vue with laravel and i rendering all my vue components in one blade file.
I don't see any <meta name="description"/>
(or similar) in your code. vue-headful does not add any meta elements to the DOM, it only updates attributes if the elements are already in the DOM. In addition to that, both title
and description
seem to be undefined in your example.
thank you.
Can you be more specific? Do you use server-side rendering or prerendering?