fix error
This commit is contained in:
parent
ad17778f38
commit
653cc41ff2
@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<div id="app">
|
||||
<div>
|
||||
<div v-if="json.headings && json.data">
|
||||
<p>successfully loaded {{json.data.length}} entries</p>
|
||||
<table v-if="json.headings && json.data">
|
||||
<table>
|
||||
<tr>
|
||||
<th
|
||||
v-for="(value, key) in json.headings.filter((val,ind)=>!json.hidden.includes(ind))"
|
||||
|
Loading…
x
Reference in New Issue
Block a user