mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 19:24:16 +00:00
[breaking change] Actionsheet: rename to ActionSheet
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import { wrapper } from './demo-common';
|
||||
|
||||
export default {
|
||||
'actionsheet': () => wrapper(import('../../packages/actionsheet/demo'), 'actionsheet'),
|
||||
'action-sheet': () => wrapper(import('../../packages/action-sheet/demo'), 'action-sheet'),
|
||||
'address-edit': () => wrapper(import('../../packages/address-edit/demo'), 'address-edit'),
|
||||
'address-list': () => wrapper(import('../../packages/address-list/demo'), 'address-list'),
|
||||
'area': () => wrapper(import('../../packages/area/demo'), 'area'),
|
||||
|
@@ -168,8 +168,8 @@ module.exports = {
|
||||
icon: 'passed',
|
||||
list: [
|
||||
{
|
||||
path: '/actionsheet',
|
||||
title: 'Actionsheet 上拉菜单'
|
||||
path: '/action-sheet',
|
||||
title: 'ActionSheet 上拉菜单'
|
||||
},
|
||||
{
|
||||
path: '/dialog',
|
||||
@@ -475,8 +475,8 @@ module.exports = {
|
||||
icon: 'passed',
|
||||
list: [
|
||||
{
|
||||
path: '/actionsheet',
|
||||
title: 'Actionsheet'
|
||||
path: '/action-sheet',
|
||||
title: 'ActionSheet'
|
||||
},
|
||||
{
|
||||
path: '/dialog',
|
||||
|
@@ -12,8 +12,8 @@ export default {
|
||||
'style-guide.zh-CN': () => import('../markdown/style-guide.zh-CN.md'),
|
||||
'theme.en-US': () => import('../markdown/theme.en-US.md'),
|
||||
'theme.zh-CN': () => import('../markdown/theme.zh-CN.md'),
|
||||
'actionsheet.en-US': () => import('../../packages/actionsheet/en-US.md'),
|
||||
'actionsheet.zh-CN': () => import('../../packages/actionsheet/zh-CN.md'),
|
||||
'action-sheet.en-US': () => import('../../packages/action-sheet/en-US.md'),
|
||||
'action-sheet.zh-CN': () => import('../../packages/action-sheet/zh-CN.md'),
|
||||
'address-edit.en-US': () => import('../../packages/address-edit/en-US.md'),
|
||||
'address-edit.zh-CN': () => import('../../packages/address-edit/zh-CN.md'),
|
||||
'address-list.en-US': () => import('../../packages/address-list/en-US.md'),
|
||||
|
Reference in New Issue
Block a user