Skip to content

Commit

Permalink
chore: fix type errors
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 1, 2024
1 parent 8635b23 commit 09701bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/components/ConfigItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const extraConfigs = computed(() => {
</script>

<template>
<!-- @vue-ignore -->
<details
class="flat-config-item"
:open="open"
Expand Down
1 change: 1 addition & 0 deletions app/components/FileGroupItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ function goToConfig(idx: number) {
</script>

<template>
<!-- @vue-ignore -->
<details
class="flat-config-item"
:open="open"
Expand Down

0 comments on commit 09701bc

Please sign in to comment.