https://v3.vuejs.org/guide/composition-api-setup.html#usage-with-templates Note that [refs](https://v3.vuejs.org/api/refs-api.html#ref) returned from `setup` are [automatically unwrapped](https://v3.vuejs.org/api/refs-api.html#access-in-templates) when accessed in the template so you shouldn't use `.value` in templates.