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