mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-25 18:20:24 +08:00
Fixed: config sync between plugin page & picbed page
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
<config-form
|
||||
:config="config"
|
||||
:type="currentType"
|
||||
:name="configName"
|
||||
:id="configName"
|
||||
ref="configForm"
|
||||
>
|
||||
</config-form>
|
||||
@@ -111,7 +111,8 @@ export default {
|
||||
dialogVisible: false,
|
||||
pluginNameList: [],
|
||||
loading: true,
|
||||
needReload: false
|
||||
needReload: false,
|
||||
id: ''
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
:config="config"
|
||||
type="uploader"
|
||||
ref="configForm"
|
||||
:id="type"
|
||||
>
|
||||
<el-form-item>
|
||||
<el-button-group>
|
||||
|
||||
Reference in New Issue
Block a user