vue-form-wizard插件删除vue js npm中的按钮

发布于 2025-02-11 11:51:42 字数 1524 浏览 1 评论 0原文

我有一个问题,我使用了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 =“ bollat​​e”&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-wizardin 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?

enter image description here

  • 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文