2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-22 05:20:33 +03:00

add basic render example + fix a bug where missing root metInfo prevented fetching metaInfo from deeper in the component heirarchy

This commit is contained in:
Declan de Wet
2016-11-06 21:59:12 +02:00
parent 1f64d1ea7f
commit 2f6c27b750
4 changed files with 47 additions and 15 deletions
+1
View File
@@ -8,6 +8,7 @@
<h1>Vue Meta Examples</h1>
<ul>
<li><a href="basic">Basic</a></li>
<li><a href="basic-render">Basic Render</a></li>
</ul>
</body>
</html>