Commit 6e86a288c68bb389079157fa6cc27a76b95366f8

Authored by ly525
1 parent 55145def

fix method typo

front-end/h5/src/components/core/editor/edit-panel/props/global-work.vue
@@ -2,8 +2,8 @@ @@ -2,8 +2,8 @@
2 * @Author: ly525 2 * @Author: ly525
3 * @Date: 2020-05-10 23:10:52 3 * @Date: 2020-05-10 23:10:52
4 * @LastEditors: ly525 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 * @Github: https://github.com/ly525/luban-h5 7 * @Github: https://github.com/ly525/luban-h5
8 * @Description: Do not edit 8 * @Description: Do not edit
9 * @Copyright 2018 - 2019 luban-h5. All Rights Reserved 9 * @Copyright 2018 - 2019 luban-h5. All Rights Reserved
@@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
13 <a-form-item 13 <a-form-item
14 label="H5类型" 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 <a-radio-button value="h5_swipper"> 17 <a-radio-button value="h5_swipper">
18 翻页H5 18 翻页H5
19 </a-radio-button> 19 </a-radio-button>