Skip to content

fix(carousel): hide touch screen slideshow demo #3545

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions examples/sites/demos/pc/app/carousel/webdoc/carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,24 +174,6 @@ export default {
},
codeFiles: ['carousel-events.vue']
},
{
demoId: 'swipeable',
name: {
'zh-CN': '触屏轮播',
'en-US': 'Touchscreen Carousel'
},
desc: {
'zh-CN': `
通过<code>swipeable</code> 属性,让多端模板支持触屏轮播。<br>
通过 <code>lite</code> 属性打开精简模式,不显示切换按钮和指示器。
`,
'en-US': `
The <code>swipeable</code> attribute is used to support touchscreen carousel.<br>
Enable the compact mode with the <code>lite</code> attribute. The toggle button and indicator are not displayed.
`
},
codeFiles: ['swipeable.vue']
},
{
demoId: 'card-show',
name: {
Expand Down
Loading