mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-05-17 16:19:38 +03:00
19 lines
528 B
HTML
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>
|