mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-02 22:24:05 +03:00
8 lines
147 B
Vue
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>
|