How To Add Class To Element On Clicked In Vue Js



Hello,

At this time, i we are going to present you learn how to add class to ingredient on clicked in Vue Js. This text gives you easy instance of learn how to add class to ingredient on clicked in Vue Js. you’ll learn to add class to ingredient on clicked in Vue Js.

So let’s comply with few step to create instance of learn how to add class to ingredient on clicked in Vue Js.

How To Add Class To Element On Clicked In Vue Js

Instance:


<!DOCTYPE html>
<html>
<head>
  <title>How To Add Class To Aspect On Clicked In Vue Js</title>
  <type>
   .newClass
    {
      box-shadow: 0px 0px 5px #000; 
      background-color: inexperienced;
      colour: #fff;
      padding: 3px 5px;
    }
  </type>
  <hyperlink rel="stylesheet" kind="textual content/css" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.0.0-alpha1/css/bootstrap.min.css">
  <script kind="textual content/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</head>
<physique class="bg-dark">
  <div class="container">
    <div class="col-md-5 offset-md-3">
      <div class="card mt-5">
        <div class="card-header">
          <h5>How To Add Class To Aspect On Clicked In Vue Js</h5>
        </div>
        <div class="card-body">
          <div class="row">
            <div class="col-md-12">
              <div id="app">
                  <button v-on:click on="addClass" :class="{'newClass': isAddClass}" class="btn-block">
                      Click on Me
                  </button>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/1.0.18/vue.min.js"></script>
<script>
Vue.config.devtools = true
var vm = new Vue({
    el: '#app',
    knowledge: {
        isAddClass: false,
    },
    strategies: {
            addClass: perform() {
                this.isAddClass = true;
        }
    }
});
</script>
</physique>
</html>

I hope it’ll help you…



Komentar

Postingan populer dari blog ini

PHP 8 Multiple Select Dropdown Example

Laravel 8 Get HTTP Hostname

JQuery Drag And Drop Menu Example