modulerizr
Version:
Integrate a powerful, component based architecture to your legacy project in just a few steps
15 lines (11 loc) • 450 B
HTML
<html lang="en"><head>
<title>Include a Component plain Textcomponent</title>
</head>
<body>
<!-- This will be rendered to <span>Hello World</span> -->
<div data-v-c4f9b264 id="c4f9b264" data-component="custom-wrapper">Default Wrapper with a div
</div>
<!-- This will be rendered to <h1>Hello World</h1> -->
<h1 data-v-c4f9b264 id="c4f9b264" data-component="custom-wrapper">This is wrapped with <h1>
</h1>
</body></html>