1 repository
Control mechanisms to prevent specific metadata tags from rendering or to enforce a single-instance non-reactive insertion.
Distinct from Custom Render Tags: Candidates focus on asset tagging triggers or markdown literal tags, not the conditional rendering logic of HTML metadata tags.
Explore 1 awesome GitHub repository matching web development · Conditional Tag Rendering. Refine with filters or upvote what's useful.
vue-meta is a metadata manager for Vue.js applications that coordinates the injection, deduplication, and merging of HTML head and body tags. It serves as a document head controller, allowing developers to define and update titles, meta tags, link tags, styles, and scripts within a component architecture across both client-side and server-side environments. The library distinguishes itself through a hierarchical merging system where child components can override metadata defined by parent components. It ensures document integrity using identifier-based deduplication to prevent duplicate tags
Prevents specific metadata from rendering or ensures it is added only once without reactivity.