mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
fix(bridge): remove duplicated log (#2087)
This commit is contained in:
parent
92a03d6002
commit
a12df69778
@ -74,7 +74,7 @@ const warnOnce = (id, message) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Warn in case of having any imports from `@nuxtjs/composition-api`
|
// Warn in case of having any imports from `@nuxtjs/composition-api`
|
||||||
warnOnce('import', `\`@nuxtjs/composition-api\` is deprecated. ${checkDocsMsg}`)
|
warnOnce('import', '`@nuxtjs/composition-api` is deprecated.')
|
||||||
|
|
||||||
// Stub functions that provided type support
|
// Stub functions that provided type support
|
||||||
export const defineNuxtMiddleware = unsupported('You are using `defineNuxtMiddleware`, which is not supported.')
|
export const defineNuxtMiddleware = unsupported('You are using `defineNuxtMiddleware`, which is not supported.')
|
||||||
|
Loading…
Reference in New Issue
Block a user