add entry count info

This commit is contained in:
Timo Hocker 2020-01-23 08:36:53 +01:00
parent de3ec4572d
commit 687735e29e

View File

@ -1,6 +1,7 @@
<template> <template>
<div id="app"> <div id="app">
<div> <div>
<p>successfully loaded {{json.data.length}} entries</p>
<table v-if="json.headings && json.data"> <table v-if="json.headings && json.data">
<tr> <tr>
<th <th