Skip to content

Commit 2b6990b

Browse files
committed
Merge remote-tracking branch 'origin/main' into pr-146
2 parents f90a182 + 2fd341d commit 2b6990b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/pages/[...package].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ async function copyInstallCommand() {
337337
338338
// Expandable description
339339
const descriptionExpanded = ref(false)
340-
const descriptionRef = ref<HTMLDivElement>()
340+
const descriptionRef = useTemplateRef('descriptionRef')
341341
const descriptionOverflows = ref(false)
342342
343343
// Check if description overflows on mount/update

app/pages/search.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ watch(
4646
4747
// For glow effect
4848
const isSearchFocused = ref(false)
49-
const searchInputRef = ref<HTMLInputElement>()
49+
const searchInputRef = useTemplateRef('searchInputRef')
5050
5151
const selectedIndex = ref(0)
5252
const packageListRef = useTemplateRef('packageListRef')

0 commit comments

Comments
 (0)