Skip to content

Instantly share code, notes, and snippets.

@AnandShiva
Last active September 13, 2020 15:00
Show Gist options
  • Save AnandShiva/394b914c3318363b4aa280db4202c3e7 to your computer and use it in GitHub Desktop.
Save AnandShiva/394b914c3318363b4aa280db4202c3e7 to your computer and use it in GitHub Desktop.
Vue Extension medium example - newTab.html
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<div id="vue_container">
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
</div>
</body>
<script src="newTab.js"></script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment