2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-02 22:24:05 +03:00
Files
vue-meta/examples/vuex/App.vue
T
2016-11-08 12:39:14 +02:00

8 lines
147 B
Vue

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