Skip to content

Commit 7f17f6e

Browse files
committed
useTemplateRef style
1 parent dada3d6 commit 7f17f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/getting-started/template-refs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ onMounted(() => {
2626
</template>
2727
```
2828

29-
## Using useTemplateRef
29+
## Using `useTemplateRef`
3030

3131
In nativescript-vue we can also use [`useTemplateRef​`](https://vuejs.org/guide/essentials/template-refs#accessing-the-refs) just like in vue, to access the native view access the `.nativeView` property of the reactive value.
3232

0 commit comments

Comments
 (0)