Skip to content

Commit

Permalink
fix: EOL announcement warning for vue-i18n-bridge (#1800)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon authored Apr 14, 2024
1 parent a5e0010 commit 26f058d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/vue-i18n-core/src/misc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,9 @@ export function initDev(): void {
)
}
}
if (__BRIDGE__) {
console.warn(
`vue-i18n-bridge v10 will not be released, since vue-i18n-bridge is for Vue 2, which is already past EOL.`
)
}
}

0 comments on commit 26f058d

Please sign in to comment.