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

feat: first work on vue v3 composition metainfo app

This commit is contained in:
pimlie
2020-05-03 19:59:05 +02:00
parent 41c7561bf9
commit 5d0eb1ab60
21 changed files with 551 additions and 182 deletions
+2 -2
View File
@@ -10,8 +10,8 @@
<!-- 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="multiple-apps">Usage with multiple apps</a></li -->
<li><a href="ssr">SSR</a></li>
<li><a href="multiple-apps">Usage with multiple apps</a></li>
<li><a href="ssr">SSR</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>