diff --git a/examples/sites/demos/pc/app/carousel/webdoc/carousel.js b/examples/sites/demos/pc/app/carousel/webdoc/carousel.js
index 15ce1fea17..1dc2b2b470 100644
--- a/examples/sites/demos/pc/app/carousel/webdoc/carousel.js
+++ b/examples/sites/demos/pc/app/carousel/webdoc/carousel.js
@@ -174,24 +174,6 @@ export default {
},
codeFiles: ['carousel-events.vue']
},
- {
- demoId: 'swipeable',
- name: {
- 'zh-CN': '触屏轮播',
- 'en-US': 'Touchscreen Carousel'
- },
- desc: {
- 'zh-CN': `
- 通过swipeable
属性,让多端模板支持触屏轮播。
- 通过 lite
属性打开精简模式,不显示切换按钮和指示器。
- `,
- 'en-US': `
- The swipeable
attribute is used to support touchscreen carousel.
- Enable the compact mode with the lite
attribute. The toggle button and indicator are not displayed.
- `
- },
- codeFiles: ['swipeable.vue']
- },
{
demoId: 'card-show',
name: {