chore: merge src and src-next
This commit is contained in:
34
components.js
Normal file
34
components.js
Normal 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',
|
||||
];
|
||||
Reference in New Issue
Block a user