Commit 16f173df34159e8851bd7bac0803a3acd8620cb0
1 parent
d915b79a
remove debugger
Showing
1 changed file
with
0 additions
and
1 deletions
front-end/h5/src/components/plugins/lbp-form-button.js
| @@ -92,7 +92,6 @@ export default { | @@ -92,7 +92,6 @@ export default { | ||
| 92 | }, | 92 | }, |
| 93 | methods: { | 93 | methods: { |
| 94 | handleClick () { | 94 | handleClick () { |
| 95 | - debugger | ||
| 96 | if (this.disabled) return | 95 | if (this.disabled) return |
| 97 | 96 | ||
| 98 | // #!zh: data-type=lbp-form-input 在 lbp-form-input 组件中定义 | 97 | // #!zh: data-type=lbp-form-input 在 lbp-form-input 组件中定义 |