Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nimoc committed Jan 12, 2024
1 parent b9f45fc commit 7bc53af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion com/model/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div>
<el-form label-width="6em" size="mini">
<el-form-item label="">
goclub/sql 根据表单生成 CRUD 代码,跟简单重复的工作说永别.
goclub/sql 根据表单生成 CRUD 代码,提高工作效率
</el-form-item>
<el-form-item label="参考">
<el-button @click="setDefaultModel">清空</el-button>&nbsp;
Expand Down
2 changes: 1 addition & 1 deletion com/qrcode/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default {
if (repeat) {
return
}
this.form.history = this.form.history.concat({
this.form.history.unshift({
content: this.render,
time: dateFormat("yyyy-MM-dd hh:mm:ss"),
})
Expand Down

0 comments on commit 7bc53af

Please sign in to comment.