Skip to content

Commit

Permalink
Merge pull request #406 from webitel/feat/implement-opened-searched-e…
Browse files Browse the repository at this point in the history
…lement-in-tree-table

Feat/implement opened searched element in tree table
  • Loading branch information
stanislav-kozak authored Jan 2, 2025
2 parents ae3a4c1 + 5e47031 commit db3e455
Show file tree
Hide file tree
Showing 5 changed files with 259 additions and 280 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<script setup>
import { ref } from 'vue';
import service from './service.json';
const services = ref([...service.items]);
Expand Down
Loading

0 comments on commit db3e455

Please sign in to comment.