gpt4 book ai didi

javascript - 带 bo​​otstrap 的 VUE js 模式不适用于我的 vue 项目

转载 作者:行者123 更新时间:2023-12-02 21:06:22 25 4
gpt4 key购买 nike

我使用 npm 安装了 bootstrap,并从 bootstrap 中获取了代码并将其粘贴到我的代码中,但它不起作用。我又走了一个小时,但我没明白。

这是代码

<template>
<div>
<!-- Button trigger modal -->
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModal">
Launch demo modal
</button>

<!-- Modal -->
<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Modal title</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body">
...
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">Save changes</button>
</div>
</div>
</div>
</div>
</div>
</template>

enter image description here

如果我单击该按钮,它既不会给出错误,也不会弹出窗口。我哪里做错了?

This is the link of the bootstrap code I copy it. Is the Live demo

enter image description here

最佳答案

我想仅仅安装 bootstrap 是不够的,因为你没有使用 vue-bootstrap,你必须配置 jquery 文件才能使其工作,这里是 post一步一步解释它

关于javascript - 带 bo​​otstrap 的 VUE js 模式不适用于我的 vue 项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61215025/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com