2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-12 05:02:25 +03:00
Files
vue-meta/examples/vuex-async/App.vue
T

8 lines
153 B
Vue

<template>
<div id="app">
<h1>vuex-async</h1>
<router-view></router-view>
<p>Inspect Element to see the meta info</p>
</div>
</template>