mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
61 lines
843 B
JavaScript
61 lines
843 B
JavaScript
// List of components that have been adapted to Vue 3.0
|
|
module.exports = [
|
|
'button',
|
|
'cell',
|
|
'cell-group',
|
|
'icon',
|
|
'info',
|
|
'image',
|
|
'col',
|
|
'row',
|
|
'popup',
|
|
'rate',
|
|
'slider',
|
|
'slider-item',
|
|
'switch',
|
|
'action-sheet',
|
|
'loading',
|
|
'overlay',
|
|
'swipe-cell',
|
|
'circle',
|
|
'count-down',
|
|
'divider',
|
|
'empty',
|
|
'progress',
|
|
'skeleton',
|
|
'step',
|
|
'steps',
|
|
'tag',
|
|
'grid',
|
|
'grid-item',
|
|
'nav-bar',
|
|
'pagination',
|
|
'sidebar',
|
|
'sidebar-item',
|
|
'tree-select',
|
|
'notice-bar',
|
|
'share-sheet',
|
|
'pull-refresh',
|
|
'field',
|
|
'tabbar',
|
|
'tabbar-item',
|
|
'list',
|
|
'tab',
|
|
'tabs',
|
|
'sticky',
|
|
'picker',
|
|
'dialog',
|
|
'toast',
|
|
'calendar',
|
|
'checkbox',
|
|
'checkbox-group',
|
|
'radio',
|
|
'radio-group',
|
|
'datetime-picker',
|
|
'number-keyboard',
|
|
'password-input',
|
|
'search',
|
|
'stepper',
|
|
'uploader',
|
|
];
|