mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-18 02:00:09 +08:00
fix(dashboard): fix extraneous @update event listener in PlatformPage
@update was passed to AddNewPlatform but the component only emits update:show, causing Vue warning about unrecognized event.
This commit is contained in:
@@ -171,7 +171,7 @@
|
||||
:config_data="config_data"
|
||||
:updating-mode="updatingMode"
|
||||
:updating-platform-config="updatingPlatformConfig"
|
||||
@update="getConfig"
|
||||
@update:show="getConfig"
|
||||
@show-toast="showToast"
|
||||
@refresh-config="getConfig"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user