Adicionando preço na tabela
This commit is contained in:
parent
e5599c2985
commit
6cf77fecba
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ defineProps<{
|
|||
<Column field="id" sortable header="ID" />
|
||||
<Column field="nome" sortable header="Nome" />
|
||||
<Column field="estado" sortable header="Estado" />
|
||||
<Column field="preco" sortable header="Preço" />
|
||||
</DataTable>
|
||||
|
||||
</template>
|
Loading…
Reference in a new issue