Skip to content

Commit

Permalink
fix(Built-in Special Attributes): correct the methods used in src/api…
Browse files Browse the repository at this point in the history
…/built-in-special-attributes. (#1051)
  • Loading branch information
Aaron-zon authored Dec 6, 2024
1 parent f8f8edf commit 91aa936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/built-in-special-attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@

```vue
<script setup>
import { ref } from 'vue'
import { useTemplateRef } from 'vue'
const p = ref()
const pRef = useTemplateRef('p')
</script>
<template>
Expand Down

0 comments on commit 91aa936

Please sign in to comment.