fix(bridge): remove duplicated log (#2087)

This commit is contained in:
Damian 2021-11-22 22:49:48 +01:00 committed by GitHub
parent 92a03d6002
commit a12df69778
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.')