mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-04-07 14:43:18 +08:00
修复UI不刷新的bug
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<v-container>
|
||||
<v-card>
|
||||
<v-card-title>
|
||||
配置
|
||||
同步配置
|
||||
<v-spacer></v-spacer>
|
||||
<!-- <v-btn icon>-->
|
||||
<!-- <v-icon>mdi-cloud-circle</v-icon>-->
|
||||
@@ -279,7 +279,7 @@ export default {
|
||||
},
|
||||
|
||||
setArtifactType(type) {
|
||||
this.newArtifactType = type;
|
||||
this.newArtifact.type = type;
|
||||
this.newArtifact.source = "";
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user