mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
refactor(Dock): use emit function to handle refresh and back-to-top
This commit is contained in:
@@ -314,6 +314,8 @@ provide<BewlyAppProvider>('BEWLY_APP', {
|
||||
:activated-page="activatedPage"
|
||||
@change-page="pageName => changeActivatePage(pageName)"
|
||||
@settings-visibility-change="toggleSettings"
|
||||
@refresh="handleThrottledPageRefresh"
|
||||
@back-to-top="handleBackToTop"
|
||||
/>
|
||||
<RightSideButtons
|
||||
v-else
|
||||
|
||||
Reference in New Issue
Block a user