Sign in
徐烜
/
bsth-ebus-h5_editor
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
16f173df34159e8851bd7bac0803a3acd8620cb0
Authored by
ly525
2019-08-10 20:51:22 +0800
1 parent
d915b79a
remove debugger
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
front-end/h5/src/components/plugins/lbp-form-button.js
front-end/h5/src/components/plugins/lbp-form-button.js
View file @
16f173d
...
...
@@ -92,7 +92,6 @@ export default {
92
92
},
93
93
methods: {
94
94
handleClick () {
95
- debugger
96
95
if (this.disabled) return
97
96
98
97
// #!zh: data-type=lbp-form-input 在 lbp-form-input 组件中定义
...
...