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

feat(core): head management #45

Merged
merged 6 commits into from
Sep 28, 2022
Merged

feat(core): head management #45

merged 6 commits into from
Sep 28, 2022

Conversation

ojvribeiro
Copy link
Owner

@ojvribeiro ojvribeiro commented Sep 28, 2022

Powered by @vueuse/head, now Vulmix allows to use the auto-imported <Head> component to change the page title for example like this:

<template>
    <Head>
        <title>
            My page
        </title>
    </Head>

    <!-- Page content goes here -->
</template>

So, when we navigate to this page, we get the title:

image

Check the VueUse/Head documentation for more info.

@ojvribeiro ojvribeiro added the enhancement New feature or request label Sep 28, 2022
@ojvribeiro ojvribeiro self-assigned this Sep 28, 2022
@vercel
Copy link

vercel bot commented Sep 28, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
vulmix ✅ Ready (Inspect) Visit Preview Sep 28, 2022 at 7:53AM (UTC)

@ojvribeiro ojvribeiro marked this pull request as ready for review September 28, 2022 07:54
@ojvribeiro ojvribeiro merged commit 469eb94 into main Sep 28, 2022
@ojvribeiro ojvribeiro deleted the feat-head-management branch September 28, 2022 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant