We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a97e57 commit 2414b24Copy full SHA for 2414b24
themes/vue/source/js/v3-notice.js
@@ -15,6 +15,8 @@
15
const preferV3 = localStorage.getItem('prefer-v3')
16
if (preferV3 === 'true') {
17
location.href = `https://vuejs.org${finalUrl}`
18
+ } else if (preferV3 === 'false') {
19
+ return
20
}
21
22
const today = new Date()
0 commit comments