Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Allow refs #4

Closed
sibbng opened this issue Jan 19, 2021 · 1 comment · Fixed by #6
Closed

Feature Request: Allow refs #4

sibbng opened this issue Jan 19, 2021 · 1 comment · Fixed by #6

Comments

@sibbng
Copy link
Member

sibbng commented Jan 19, 2021

const title = ref('Example title')
useHead(() => ({ title }) )
@egoist
Copy link
Collaborator

egoist commented Jan 19, 2021

With #6 you'll be able to do sth like this:

const title = ref('title')

useHead({
  title
})

@egoist egoist closed this as completed in #6 Jan 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants