refactor: Fix indent

This commit is contained in:
TwiN 2022-06-12 18:40:24 -04:00
parent 9a5f245440
commit 2b9d3e99d3
2 changed files with 21 additions and 20 deletions

View File

@ -5,7 +5,8 @@
:endpointStatuses="endpointStatuses" :endpointStatuses="endpointStatuses"
:showStatusOnHover="true" :showStatusOnHover="true"
@showTooltip="showTooltip" @showTooltip="showTooltip"
@toggleShowAverageResponseTime="toggleShowAverageResponseTime" :showAverageResponseTime="showAverageResponseTime" @toggleShowAverageResponseTime="toggleShowAverageResponseTime"
:showAverageResponseTime="showAverageResponseTime"
/> />
<Pagination @page="changePage"/> <Pagination @page="changePage"/>
</slot> </slot>