修复UI不刷新的bug

This commit is contained in:
Peng-YM
2020-12-09 09:50:55 +08:00
parent bb8bac760e
commit 64709b6610
3 changed files with 22 additions and 12 deletions

View File

@@ -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 = "";
},