Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stilleshan committed Dec 23, 2023
1 parent 2460220 commit 5adbb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/home/SubTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<input class="form-control" placeholder="Include: 可选" v-model="moreConfig.include" />
</div>
<div class="col-12 col-md-12">
<input class="form-control" placeholder="Enclude: 可选" v-model="moreConfig.exclude" />
<input class="form-control" placeholder="Exclude: 可选" v-model="moreConfig.exclude" />
</div>
<div class="col-md check-div" :style="{ display: 'flex', flexWrap: 'wrap' }">
<div class="form-check form-check-inline">
Expand Down

0 comments on commit 5adbb9f

Please sign in to comment.