You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
519 B
HTML

5 years ago
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title></title>
</head>
<body>
<div id="app">
{{ message }}
</div>
<br>
5 years ago
<div id="app2">
<span v-bind:title="message">
Consectetur dolorem ipsum eius commodi a Alias blanditiis quae sapiente.
</span>
</div>
<script src="./src/index.js"></script>
</body>
</html>