show child descriptions

This commit is contained in:
Yisroel Baum 2026-05-26 21:15:51 +03:00
parent 90328d98c7
commit 7c65c3b8c6
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
2 changed files with 23 additions and 1 deletions

View file

@ -4,6 +4,7 @@ import { defineStore } from 'pinia'
export interface Element {
id: number
title: string
description: string
}
interface ElementResponse {