2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-22 12:10:34 +03:00

More reliable strategy for getting deepmost component + addition of refresh() method + example & documentation on asynchronous updates

This commit is contained in:
Declan de Wet
2016-11-09 07:26:38 +02:00
parent fa290273df
commit 076832cbd6
18 changed files with 268 additions and 45 deletions
+7
View File
@@ -0,0 +1,7 @@
<template>
<div id="app">
<h1>vuex-async</h1>
<router-view></router-view>
<p>Inspect Element to see the meta info</p>
</div>
</template>