Commit b606cad1c54bf77b76d4eeb892983df1e5aa8a43
1 parent
2de1aa8c
remove useless code for slide component
Showing
1 changed file
with
0 additions
and
11 deletions
front-end/h5/src/components/plugins/lbp-slide.js
| ... | ... | @@ -33,17 +33,6 @@ export default { |
| 33 | 33 | default: () => defaultItems |
| 34 | 34 | } |
| 35 | 35 | }, |
| 36 | - data () { | |
| 37 | - return { | |
| 38 | - value: this.type === 'radio' ? '' : [], | |
| 39 | - uuid: undefined | |
| 40 | - } | |
| 41 | - }, | |
| 42 | - computed: { | |
| 43 | - value_ () { | |
| 44 | - return this.type === 'radio' ? this.value : this.value.join(',') | |
| 45 | - } | |
| 46 | - }, | |
| 47 | 36 | editorConfig: { |
| 48 | 37 | propsConfig: { |
| 49 | 38 | interval: { | ... | ... |