test #11

Merged
klaus merged 3 commits from test into main 2024-02-07 09:53:50 +00:00
1 changed files with 7 additions and 3 deletions
Showing only changes of commit b0767578f7 - Show all commits

View File

@ -225,10 +225,12 @@
<v-col> <v-col>
검색결과 검색결과
<v-simple-table> <v-simple-table>
<template> <template v-slot:default>
<thead> <thead>
<tr> <tr>
<th>제목</th> <th class="text-center">
제목
</th>
<th /> <th />
</tr> </tr>
</thead> </thead>
@ -257,7 +259,9 @@
<template> <template>
<thead> <thead>
<tr> <tr>
<th>제목</th> <th class="text-center">
제목
</th>
<th /> <th />
</tr> </tr>
</thead> </thead>