chore: merge src and src-next

This commit is contained in:
chenjiahan
2020-07-15 20:02:00 +08:00
parent 6672b34618
commit 0304fcb6fa
382 changed files with 464 additions and 24746 deletions

34
components.js Normal file
View File

@@ -0,0 +1,34 @@
// List of components that have been adapted to Vue 3.0
module.exports = [
'button',
'cell',
'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',
'tree-select',
];