Skip to content

Commit 26f058d

Browse files
authored
fix: EOL announcement warning for vue-i18n-bridge (#1800)
1 parent a5e0010 commit 26f058d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/vue-i18n-core/src/misc.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,9 @@ export function initDev(): void {
4949
)
5050
}
5151
}
52+
if (__BRIDGE__) {
53+
console.warn(
54+
`vue-i18n-bridge v10 will not be released, since vue-i18n-bridge is for Vue 2, which is already past EOL.`
55+
)
56+
}
5257
}

0 commit comments

Comments
 (0)