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:
@@ -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>
|
||||
Reference in New Issue
Block a user