Skip to content

Commit 2e0bfd1

Browse files
committed
doc: add carouse img
1 parent d9cdfa6 commit 2e0bfd1

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed
25.5 KB
Loading
10 KB
Loading
5.57 KB
Loading
33.8 KB
Loading

components/carousel/demo/customPaging.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Custom paging display
3232
import { defineComponent } from 'vue';
3333
3434
const baseUrl =
35-
'https://raw.githubusercontent.com/vueComponent/ant-design-vue/next/components/vc-slick/assets/img/react-slick/';
35+
'https://raw.githubusercontent.com/vueComponent/ant-design-vue/next/components/carousel/demo/';
3636
export default defineComponent({
3737
setup() {
3838
const getImgUrl = (i: number) => {

0 commit comments

Comments
 (0)