We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f920e9d commit 0c3f526Copy full SHA for 0c3f526
src/popup/App.vue
@@ -282,8 +282,8 @@ export default {
282
vueDocsURL () {
283
return (
284
(this.showcase.vueVersion.startsWith('1') && 'https://v1.vuejs.org') ||
285
- (this.showcase.vueVersion.startsWith('2') && 'https://vuejs.org') ||
286
- (this.showcase.vueVersion.startsWith('3') && 'https://v3.vuejs.org')
+ (this.showcase.vueVersion.startsWith('2') && 'https://v2.vuejs.org') ||
+ (this.showcase.vueVersion.startsWith('3') && 'https://vuejs.org')
287
)
288
}
289
},
0 commit comments