Skip to content

Commit

Permalink
add subject select placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
Samantha Kraft authored and Samantha Kraft committed Apr 1, 2024
1 parent ec8ec93 commit 368d754
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/ImageSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<div class="fill">
<img :src=imgPath>
</div>
<div class="p-1">
<el-select placeholder="Select Subject"><el-option>sub 1</el-option><el-option>sub 2</el-option><el-option>sub 3</el-option></el-select>
</div>
<el-table :data="TableData" class="table-of-images text-sm">
<el-table-column prop="name" label="Name"/>
<el-table-column prop="size" label="Size"/>
Expand Down

0 comments on commit 368d754

Please sign in to comment.