mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
parent
0e699d950e
commit
f915fc2333
@ -30,17 +30,15 @@ VantComponent({
|
||||
currentIndex: 0
|
||||
},
|
||||
|
||||
created() {
|
||||
beforeCreate() {
|
||||
const { defaultIndex, initialOptions } = this.data;
|
||||
this.set(
|
||||
{
|
||||
currentIndex: defaultIndex,
|
||||
options: initialOptions
|
||||
},
|
||||
() => {
|
||||
this.setIndex(defaultIndex);
|
||||
}
|
||||
);
|
||||
|
||||
this.set({
|
||||
currentIndex: defaultIndex,
|
||||
options: initialOptions
|
||||
}).then(() => {
|
||||
this.setIndex(defaultIndex);
|
||||
});
|
||||
},
|
||||
|
||||
computed: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user