show child descriptions
This commit is contained in:
parent
90328d98c7
commit
7c65c3b8c6
2 changed files with 23 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ import { defineStore } from 'pinia'
|
|||
export interface Element {
|
||||
id: number
|
||||
title: string
|
||||
description: string
|
||||
}
|
||||
|
||||
interface ElementResponse {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue