mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
[new feature] add sticky component (#3888)
This commit is contained in:
@@ -68,6 +68,7 @@ import Slider from './slider';
|
||||
import Step from './step';
|
||||
import Stepper from './stepper';
|
||||
import Steps from './steps';
|
||||
import Sticky from './sticky';
|
||||
import SubmitBar from './submit-bar';
|
||||
import Swipe from './swipe';
|
||||
import SwipeCell from './swipe-cell';
|
||||
@@ -156,6 +157,7 @@ const components = [
|
||||
Step,
|
||||
Stepper,
|
||||
Steps,
|
||||
Sticky,
|
||||
SubmitBar,
|
||||
Swipe,
|
||||
SwipeCell,
|
||||
@@ -253,6 +255,7 @@ export {
|
||||
Step,
|
||||
Stepper,
|
||||
Steps,
|
||||
Sticky,
|
||||
SubmitBar,
|
||||
Swipe,
|
||||
SwipeCell,
|
||||
|
Reference in New Issue
Block a user