Skip to content

Commit

Permalink
chore(ci): fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Aug 15, 2024
1 parent e4ce28d commit 019eff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/docs/src/pages/en/api/[name].md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ meta:
keywords: api, vuetify
---

<script setup lang="ts">
<script setup>
const name = shallowRef('')
</script>

Expand All @@ -19,4 +19,4 @@ meta:

<ApiSearch />

<ApiView @update:name="name = $event" />
<ApiView v-on:update:name="name = $event" />

0 comments on commit 019eff9

Please sign in to comment.