Commit 6e86a288c68bb389079157fa6cc27a76b95366f8
1 parent
55145def
fix method typo
Showing
1 changed file
with
3 additions
and
3 deletions
front-end/h5/src/components/core/editor/edit-panel/props/global-work.vue
| ... | ... | @@ -2,8 +2,8 @@ |
| 2 | 2 | * @Author: ly525 |
| 3 | 3 | * @Date: 2020-05-10 23:10:52 |
| 4 | 4 | * @LastEditors: ly525 |
| 5 | - * @LastEditTime: 2020-05-10 23:20:22 | |
| 6 | - * @FilePath: /luban-h5/front-end/h5/src/components/core/editor/edit-panel/props/global-work.vue | |
| 5 | + * @LastEditTime: 2020-05-13 00:09:56 | |
| 6 | + * @FilePath: /h5/src/components/core/editor/edit-panel/props/global-work.vue | |
| 7 | 7 | * @Github: https://github.com/ly525/luban-h5 |
| 8 | 8 | * @Description: Do not edit |
| 9 | 9 | * @Copyright 2018 - 2019 luban-h5. All Rights Reserved |
| ... | ... | @@ -13,7 +13,7 @@ |
| 13 | 13 | <a-form-item |
| 14 | 14 | label="H5类型" |
| 15 | 15 | > |
| 16 | - <a-radio-group default-value="h5_swipper" @change="handleChangeMode" size="small"> | |
| 16 | + <a-radio-group default-value="h5_swipper" @change="handleModeChange" size="small"> | |
| 17 | 17 | <a-radio-button value="h5_swipper"> |
| 18 | 18 | 翻页H5 |
| 19 | 19 | </a-radio-button> | ... | ... |