Answer the question
In order to leave comments, you need to log in
How to connect a piece of html code (block) to another html page in vue?
At the root there is a main index.html
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Index Page</title>
</head>
<body>
<Header />
<Content />
<Footer />
</body>
</html>
<header>
<h1>Landing Name</h1>
</header>
<srction>
<div>content</div>
</srction>
<footer>
footer
</footer>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question