This repository was archived by the owner on Apr 6, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 984
feat(nuxt, schema): official @vueuse/head v1 support #8975
Merged
Changes from 4 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
97e24b6
feat(meta): support @vueuse/head v1 only
harlan-zw c245c8a
chore: progress commit
harlan-zw 331be2f
chore: progress commit
harlan-zw d124c5d
chore: fix build
harlan-zw 87d586d
Merge branch 'main' of github.com:nuxt/framework into feat/vueuse-heaβ¦
harlan-zw 72c6fb6
chore: fix CI
harlan-zw c2becd8
chore: fix CI #2
harlan-zw b167e00
chore: prefer useNuxtApp useHead
harlan-zw 67d7dc0
chore: rollback non-essential changes
harlan-zw 836fdb7
Merge branch 'main' into feat/vueuse-head-v1
harlan-zw 1932eca
chore: remove hook type
harlan-zw 3724d98
Merge remote-tracking branch 'origin/feat/vueuse-head-v1' into feat/vβ¦
harlan-zw fd578dc
chore: use safer entry
harlan-zw 0e9958b
chore: bump @vueuse/head
harlan-zw fdf7990
chore: sync lock file
harlan-zw 32a22d5
chore: fix CI
harlan-zw c9c41d6
fix: avoid implicit type deps
harlan-zw 83257c8
Merge branch 'main' into pr/harlan-zw/8975
pi0 e0708fd
Merge branch 'main' of github.com:nuxt/framework into feat/vueuse-heaβ¦
harlan-zw 9dfa22d
Merge branch 'feat/vueuse-head-v1' of github.com:harlan-zw/nuxt3-forkβ¦
harlan-zw 18aab25
chore: sync lock file
harlan-zw File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,6 @@ | ||
| import type { UseHeadInput } from '@vueuse/head' | ||
| import type { HeadAugmentations } from '@nuxt/schema' | ||
|
|
||
| export * from './composables' | ||
| export type { MetaObject } from '@nuxt/schema' | ||
|
|
||
| export type MetaObject = UseHeadInput<HeadAugmentations> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.