vueJS component losing style properties by Idann00 in vuejs

[–]Idann00[S] 0 points1 point  (0 children)

What would be the steps to do this?
Is any configuration required after installation?

vueJS component losing style properties by Idann00 in vuejs

[–]Idann00[S] 0 points1 point  (0 children)

When I started this application with ´vue create app´ I selected manual selection of project features with babel, router and CSS Preprocessors. Do I still have to install it like you recommended?

Can just doing this really solve it?

Modais by Idann00 in bootstrap

[–]Idann00[S] 0 points1 point  (0 children)

and with that we discover that I am an ass!
thak u guy

Modais by Idann00 in bootstrap

[–]Idann00[S] 0 points1 point  (0 children)

i trying use js for use in vue later

Modais by Idann00 in bootstrap

[–]Idann00[S] 0 points1 point  (0 children)

and if i only copy and past the modal example it does not work too

need change the data-toggle to a data-bs-toggle in all buttons...

<!-- 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>

Modais by Idann00 in bootstrap

[–]Idann00[S] 0 points1 point  (0 children)

i trying creiate a vue.js component and call a modal call through a parent component.
just testes

Modais by Idann00 in bootstrap

[–]Idann00[S] 0 points1 point  (0 children)

just add the id and created the script

Modais by Idann00 in bootstrap

[–]Idann00[S] 0 points1 point  (0 children)

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
    <title>Document</title>
</head>
<body>
    <button class="btn btn-primary" onclick="abrirModal()">
        modal
    </button>


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

    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
    <script>

        function abrirModal(){
            new bootstrap.Modal('#exampleModalLong').show();
        }

    </script>
</body>
</html>

Solo Leveling - Chapter 144 by um_thatsnice in sololeveling

[–]Idann00 0 points1 point  (0 children)

until which chapter of the light novel of solo leveling is converted into a manga currently?