2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-25 04:40:34 +03:00

modularize vuex example

This commit is contained in:
Declan de Wet
2016-11-08 12:39:14 +02:00
parent 88c3bed379
commit 1e235425d7
6 changed files with 134 additions and 103 deletions
+7
View File
@@ -0,0 +1,7 @@
<template>
<div id="app">
<h1>vuex</h1>
<router-view></router-view>
<p>Inspect Element to see the meta info</p>
</div>
</template>