Skip to content

Commit d48607d

Browse files
authored
Merge pull request #573 from wenzhixin/fix/vue-component-version
Fix vue component test by pinning bootstrap-table version to 1.27.0
2 parents 52d2bd6 + 03e91c6 commit d48607d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

welcomes/vue-component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
scripts: [
99
'https://unpkg.com/vue@3/dist/vue.global.js',
1010
'bootstrap-table.min.js',
11-
'https://cdn.jsdelivr.net/npm/bootstrap-table@1.27.1/dist/bootstrap-table-vue.umd.js'
11+
'https://cdn.jsdelivr.net/npm/bootstrap-table@1.27.0/dist/bootstrap-table-vue.umd.js'
1212
]
1313
})
1414
</script>

0 commit comments

Comments
 (0)