Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

options hideNext not work #41

Closed
lwl0812 opened this issue Jun 11, 2019 · 1 comment
Closed

options hideNext not work #41

lwl0812 opened this issue Jun 11, 2019 · 1 comment

Comments

@lwl0812
Copy link

lwl0812 commented Jun 11, 2019

this.intro = this.$intro();
this.intro.setOptions({
hideNext: true, // <-- not work, still shows the next button
hidePrev: true,
prevLabel: '上一步',
nextLabel: '下一步',
doneLabel: '完成',
showProgress: true,
showBullets: false,
exitOnOverlayClick: false,
// showButtons: false,
steps: [
{
intro: '点击按钮',
element: document.querySelector('.list-step0'),
},
{}
],
});
this.intro.start();

options is like above, but the next button is still visible.

@cookie918
Copy link

我也发现这个问题,现在还不知道怎样解决?我实验的结果:v-intro-autostart = true 时候,config才起作用

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants