stuff n things
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ref, onMounted } from 'vue'
|
import { ref, onMounted } from 'vue'
|
||||||
|
|
||||||
import Button from "primevue/button"
|
import Button from 'primevue/button'
|
||||||
import DataTable from "primevue/datatable"
|
import DataTable from "primevue/datatable"
|
||||||
import Column from "primevue/column"
|
import Column from "primevue/column"
|
||||||
|
|
||||||
@@ -23,8 +23,6 @@ onMounted(() => {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<Button label="Verify"/>
|
|
||||||
|
|
||||||
<DataTable :exportable="false" :value="activeTables">
|
<DataTable :exportable="false" :value="activeTables">
|
||||||
<Column field="tableName" header="Table Name"/>
|
<Column field="tableName" header="Table Name"/>
|
||||||
<Column field="link" header="Table Link"/>
|
<Column field="link" header="Table Link"/>
|
||||||
@@ -34,11 +32,6 @@ onMounted(() => {
|
|||||||
</template>
|
</template>
|
||||||
</Column>
|
</Column>
|
||||||
</DataTable>
|
</DataTable>
|
||||||
|
|
||||||
<DataTable :value="data">
|
|
||||||
<Column field="potato" header="Potato"/>
|
|
||||||
<Column field="tato" header="Tato"/>
|
|
||||||
</DataTable>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user