14 lines
403 B
HTML
14 lines
403 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Vue JS Cookie</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
</head>
|
|
<body>
|
|
<div>Counted to <strong>{{ counter }}</strong></div>
|
|
<p>Refresh to see the same value!</p>
|
|
<script src="example.build.js"></script>
|
|
</body>
|
|
</html>
|