This repository has been archived by the owner on Apr 6, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Conversation
This file contains 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
Β Open in CodeSandbox Web Editor | VS Code | VS Code Insiders |
pi0
changed the title
refactor!: remove deprecated and legscy functions and types
refactor!: remove deprecated api
Nov 16, 2022
Merged
So we can no longer add |
@ymansurozer You can use |
Thanks Pooya! But I meant
|
@ymansurozer This is up to the module author. Check the pinia source code for an example. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
π Linked issue
β Type of change
π Description
Over the time developing Nuxt 3, we have introduced options and apis that got deprecated. Moving their support before v3 so that we don't need to maintain them in long term.
Overview:
PrivateRuntimeConfig
interface supportautoImports
optionautoImports:extend
hook supportaddAutoImport
andaddAutoImport
utilities (useaddImports
andaddImportsDir
)defer
option foruseAsyncData
installModule(nuxt, nuxtModule)
name
in module definition (usemeta.name
)throwError
(useshowError
)useActiveRoute
(useuseRoute
)NuxtConfig
anddefineNuxtConfig
imports fromnuxt
(import fromnuxt/config
)<Script>
component (useuseHead
)RouterConfigOptions
interface (useRouterConfigSerializable
)fileName
for template options (usefilename
)<NuxtNestedPage>
and<NuxtChild>
componentsbuildModules
configprivateRuntimeConfig
andpublicRuntimeConfig
optionsimports.presets[].name
(usepresets.imports
instead)π Checklist