Commit 129fcf9bb97b3538378beee6f49872926f8abe2d
1 parent
7b6ce8ec
style: format with eslint
Showing
4 changed files
with
5 additions
and
5 deletions
front-end/h5/src/components/plugins/lbp-form-button.js
front-end/h5/src/components/plugins/lbp-form-input.js
front-end/h5/src/engine-entry.js
front-end/h5/src/mixins/load-plugins.js
| ... | ... | @@ -250,7 +250,7 @@ export const pluginsList = [ |
| 250 | 250 | icon: 'table', |
| 251 | 251 | component: LbpTable, |
| 252 | 252 | visible: true, |
| 253 | - name: LbpTable.name, | |
| 253 | + name: LbpTable.name | |
| 254 | 254 | }, |
| 255 | 255 | { |
| 256 | 256 | i18nTitle: { |
| ... | ... | @@ -277,7 +277,7 @@ export const pluginsList = [ |
| 277 | 277 | shortcutProps: { |
| 278 | 278 | theme: 'lbp-table-theme-light-blue' |
| 279 | 279 | } |
| 280 | - }, | |
| 280 | + } | |
| 281 | 281 | ] |
| 282 | 282 | |
| 283 | 283 | export default { | ... | ... |