Skip to content

Commit afab8c0

Browse files
committed
feat: Add guide-open event to <page-search>
<page-search> re-transmits the `guide-open` event emitted by <search-results>, preserving the arguments as-is.
1 parent c1bb7dd commit afab8c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ <h2 class="page-guide__title">{{guide.title}}</h2>
124124
:value="filteredSearchResults"
125125
:search-text="searchText"
126126
:is-search-text-too-short="isSearchTextTooShort"
127+
@guide-open="$emit('guide-open', ...arguments)"
127128
/>
128129
</div>
129130
</template>

0 commit comments

Comments
 (0)