step9
This commit is contained in:
parent
c1065079cf
commit
14c13c9fdc
@ -1,14 +1,8 @@
|
||||
<script setup lang="ts">
|
||||
// @ts-ignore
|
||||
import data from '../../data/pres.xlsx?sheetjs';
|
||||
import html from '../../data/pres.xlsx?html';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<table>
|
||||
<tr><th>Name</th><th>Index</th></tr>
|
||||
<tr v-for="(row,R) in data" v-bind:key="R">
|
||||
<td>{{row.Name}}</td>
|
||||
<td>{{row.Index}}</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div v-html="html"></div>
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user