mirror of
https://github.com/youzan/vant.git
synced 2025-12-22 01:07:29 +08:00
[improvement] move overlay component (#2192)
This commit is contained in:
@@ -37,6 +37,7 @@ import NavBar from './nav-bar';
|
||||
import NoticeBar from './notice-bar';
|
||||
import Notify from './notify';
|
||||
import NumberKeyboard from './number-keyboard';
|
||||
import Overlay from './overlay';
|
||||
import Pagination from './pagination';
|
||||
import Panel from './panel';
|
||||
import PasswordInput from './password-input';
|
||||
@@ -109,6 +110,7 @@ const components = [
|
||||
NoticeBar,
|
||||
Notify,
|
||||
NumberKeyboard,
|
||||
Overlay,
|
||||
Pagination,
|
||||
Panel,
|
||||
PasswordInput,
|
||||
@@ -194,6 +196,7 @@ export {
|
||||
NoticeBar,
|
||||
Notify,
|
||||
NumberKeyboard,
|
||||
Overlay,
|
||||
Pagination,
|
||||
Panel,
|
||||
PasswordInput,
|
||||
|
||||
Reference in New Issue
Block a user