add entry count info
This commit is contained in:
parent
de3ec4572d
commit
687735e29e
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user