Skip to content

Commit

Permalink
feat: add version number to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Sep 6, 2018
1 parent a529ec4 commit 6cd9d91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
v-html="getColumnValue(props.row, colName)"
></div>
</v-client-table>

<div>{{ $store.state.name }} {{ $store.state.version }}</div>
</div>
</section>
</template>
Expand Down

0 comments on commit 6cd9d91

Please sign in to comment.