2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-05-17 22:49:38 +03:00
Files
vue-meta/examples/index.html
T
2017-08-02 18:39:34 +02:00

19 lines
528 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="keep-alive">Keep alive</a></li>
<li><a href="vue-router">Usage with vue-router</a></li>
<li><a href="vuex">Usage with vuex</a></li>
<li><a href="vuex-async">Usage with vuex + async actions</a></li>
</ul>
</body>
</html>