vue-form-wizard插件删除vue js npm中的按钮
我有一个问题,我使用了vue-form-wizard
, 第一期
我想知道是否可以删除按钮?哪个是gooback!
和go next
?我已经在我的NPM中安装了vue-wizard
是否有任何方法可以将其删除,或者我应该在node mudules
中删除它?我只想使用此插件来查看和跟踪
第二期
是当我在start-index =“ 2”
中使用&lt; form-wizard&gt; <
/code>布局将像下面的图像一样撕裂,是否有任何方法可以解决此问题?
这是我的代码
&lt; form-wizard color =“#4466f2” start-index =“ 2” title =“总企业值” subtitle =“ accounting” accounting“ back-button-text =“ back back!back!” sext-button-text =“下一个!”完成按钮-Text =“我们在那里”&gt; &lt; tab-content title =“ incoming”&gt; &lt; div class =“ setup-content” id =“ step-1”&gt; &lt;/div&gt; &lt;/tab-content&gt; &lt; tab-content title =“ bollate”&gt; &lt; div class =“ setup-content” id =“ step-2”&gt; &lt;/div&gt; &lt;/tab-content&gt; &lt; tab-content title =“ journal”&gt; &lt; div class =“ setup-content” id =“ step-3”&gt; &lt;/div&gt; &lt;/tab-content&gt; &lt; tab-content title =“认证”&gt; &lt; div class =“ setup-content” id =“ step-4”&gt; &lt;/div&gt; &lt;/tab-content&gt; &lt;/form-wizard&gt; &lt;/div&gt;
I have an issue which I've used vue-form-wizard
,
The first issue
I want to know if it is possible to remove the button? which is Goback!
and Go next
? I've install vue-form-wizard
in my npm is there any way to remove it, or should I remove it inside node mudules
? I just want to used this plugin for viewing and tracking
The second issue
is when I used start-index="2"
in <form-wizard>
The layout will torn like the image below, is there any way to fix this?
Here's my code
<form-wizard color="#4466f2" start-index="2" title="Total Enterprise Value" subtitle="Accounting" back-button-text="Go back!" next-button-text="Go next!" finish-button-text="We're there"> <tab-content title="Incoming"> <div class="setup-content" id="step-1"> </div> </tab-content> <tab-content title="Obligate"> <div class="setup-content" id="step-2"> </div> </tab-content> <tab-content title="Journal"> <div class="setup-content" id="step-3"> </div> </tab-content> <tab-content title="Certified"> <div class="setup-content" id="step-4"> </div> </tab-content> </form-wizard> </div>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论