{{ capitalize('hello') }}
```
## Reactivity {#reactivity}
Reactive state needs to be explicitly created using [Reactivity APIs](./reactivity-core). Similar to values returned from a `setup()` function, refs are automatically unwrapped when referenced in templates:
```vue