✏️ fix typo

This commit is contained in:
yanyongyu 2021-05-02 16:26:47 +08:00
parent 884a7b966f
commit 5189a182b5

View File

@ -174,7 +174,7 @@ export default {
displayAdapters() {
return this.filteredAdapters.slice((this.page - 1) * 10, this.page * 10);
},
publishPlugin() {
publishAdapter() {
if (!this.$refs.newAdapterForm.validate()) {
return;
}