2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-05-19 16:39:37 +03:00
Files
vue-meta/examples/index.html
T
2016-11-08 11:05:34 +02:00

17 lines
409 B
HTML

<!doctype html>
<html>
<head>
<title>Vue Meta Examples</title>
<link rel="stylesheet" href="/global.css">
</head>
<body style="padding: 0 20px">
<h1>Vue Meta Examples</h1>
<ul>
<li><a href="basic">Basic</a></li>
<li><a href="basic-render">Basic Render</a></li>
<li><a href="vue-router">Usage with vue-router</a></li>
<li><a href="vuex">Usage with vuex</a></li>
</ul>
</body>
</html>