mirror of
				https://github.com/nonebot/nonebot2.git
				synced 2025-10-30 22:46:40 +00:00 
			
		
		
		
	✏️ fix typo
This commit is contained in:
		| @@ -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; | ||||
|       } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user