🐛 fix adapter publish id link error

This commit is contained in:
yanyongyu 2021-05-02 16:37:57 +08:00
parent 5189a182b5
commit 9a3e974063

View File

@ -49,14 +49,14 @@
</v-col> </v-col>
<v-col cols="12"> <v-col cols="12">
<v-text-field <v-text-field
v-model="newAdapter.id" v-model="newAdapter.link"
label="PyPI 项目名" label="PyPI 项目名"
required required
></v-text-field> ></v-text-field>
</v-col> </v-col>
<v-col cols="12"> <v-col cols="12">
<v-text-field <v-text-field
v-model="newAdapter.link" v-model="newAdapter.id"
label="协议 import 包名" label="协议 import 包名"
required required
></v-text-field> ></v-text-field>