nuxt / vue-meta

Manage HTML metadata in Vue.js components with SSR support
https://vue-meta.nuxtjs.org
Other
4.08k stars 247 forks source link

Vue meta when setting meta, you can view the set meta through F12. However, you can't see the added meta by right clicking the web page source code. Excuse me, how can I view meta through right clicking #772

Closed PTJ12 closed 2 years ago

PTJ12 commented 2 years ago

Vue meta when setting meta, you can view the set meta through F12. However, you can't see the added meta by right clicking the web page source code. Excuse me, how can I view meta through right clicking. This is the meta from F12. image

PTJ12 commented 2 years ago

I want to look at meta in the source code by right-click

nexorianus commented 2 years ago

you can not. (if not Server-side-rendering) Because whenever you are viewing the "Website Source Code" (e.g. rightclicking and "show source code") you get the bare content of your index.html - without any content or changes in the Content/HEAD/what ever.