🌐 AI搜索 & 代理 主页
Skip to content

Commit a4c28f2

Browse files
authored
Update index.js
1 parent 27ec754 commit a4c28f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/pages/docs/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ export default {
4747
},
4848
computed: {
4949
hrefBootstrapBrowserDevices() {
50-
return `//getbootstrap.com/docs/${this.bootstrapVersionMinor}/getting-started/browsers-devices`
50+
const minorVersion = this.bootstrapVersionMinor
51+
return `//getbootstrap.com/docs/${minorVersion}/getting-started/browsers-devices`
5152
},
5253
// TODO: pull this from the meta.json file
5354
meta() {

0 commit comments

Comments
 (0)