You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.1 KiB
62 lines
1.1 KiB
|
3 years ago
|
module.exports = [
|
||
|
|
'uni-app',
|
||
|
|
'uni-layout',
|
||
|
|
'uni-content',
|
||
|
|
'uni-main',
|
||
|
|
'uni-left-window',
|
||
|
|
'uni-right-window',
|
||
|
|
'uni-tabbar',
|
||
|
|
'uni-page',
|
||
|
|
'uni-page-head',
|
||
|
|
'uni-page-wrapper',
|
||
|
|
'uni-page-body',
|
||
|
|
'uni-page-refresh',
|
||
|
|
'uni-actionsheet',
|
||
|
|
'uni-modal',
|
||
|
|
'uni-toast',
|
||
|
|
'uni-resize-sensor',
|
||
|
|
'uni-shadow-root',
|
||
|
|
|
||
|
|
'uni-ad',
|
||
|
|
'uni-audio',
|
||
|
|
'uni-button',
|
||
|
|
'uni-camera',
|
||
|
|
'uni-canvas',
|
||
|
|
'uni-checkbox',
|
||
|
|
'uni-checkbox-group',
|
||
|
|
'uni-cover-image',
|
||
|
|
'uni-cover-view',
|
||
|
|
'uni-editor',
|
||
|
|
'uni-form',
|
||
|
|
'uni-functional-page-navigator',
|
||
|
|
'uni-icon',
|
||
|
|
'uni-image',
|
||
|
|
'uni-input',
|
||
|
|
'uni-label',
|
||
|
|
'uni-live-player',
|
||
|
|
'uni-live-pusher',
|
||
|
|
'uni-map',
|
||
|
|
'uni-movable-area',
|
||
|
|
'uni-movable-view',
|
||
|
|
'uni-navigator',
|
||
|
|
'uni-official-account',
|
||
|
|
'uni-open-data',
|
||
|
|
'uni-picker',
|
||
|
|
'uni-picker-view',
|
||
|
|
'uni-picker-view-column',
|
||
|
|
'uni-progress',
|
||
|
|
'uni-radio',
|
||
|
|
'uni-radio-group',
|
||
|
|
'uni-rich-text',
|
||
|
|
'uni-scroll-view',
|
||
|
|
'uni-slider',
|
||
|
|
'uni-swiper',
|
||
|
|
'uni-swiper-item',
|
||
|
|
'uni-switch',
|
||
|
|
'uni-text',
|
||
|
|
'uni-textarea',
|
||
|
|
'uni-video',
|
||
|
|
'uni-view',
|
||
|
|
'uni-web-view'
|
||
|
|
]
|