🐛 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 cols="12">
<v-text-field
v-model="newAdapter.id"
v-model="newAdapter.link"
label="PyPI 项目名"
required
></v-text-field>
</v-col>
<v-col cols="12">
<v-text-field
v-model="newAdapter.link"
v-model="newAdapter.id"
label="协议 import 包名"
required
></v-text-field>