Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
YufJi committed Jul 27, 2023
1 parent 146708a commit c5a6d48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/field/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ export default createComponent({

formValue() {
if (this.children && (this.$scopedSlots.input || this.$slots.input)) {
console.log(this.children);
// 单行输入
if (this.children?.$options?._componentTag === 'van-fieldinput') {
return this.children.value;
Expand Down

0 comments on commit c5a6d48

Please sign in to comment.