refactor: add id for test
This commit is contained in:
parent
fce11a9a9b
commit
d2ff5c81ba
10 changed files with 31 additions and 5 deletions
|
|
@ -138,7 +138,8 @@ onMounted(() => {
|
|||
maxWidth: '100%',
|
||||
}"
|
||||
class="box"
|
||||
@click="() => getFileInfo(filterFoundFile[index])"
|
||||
@click="() => getFileInfo(foundFile[index])"
|
||||
:id="`getFileInfoFileSearched${index}`"
|
||||
>
|
||||
<div class="q-px-md flex items-center justify-center">
|
||||
<file-icon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue