Skip to content

thx, big work for me #42

@blstdmi

Description

@blstdmi

can you record a video of how the main mechanism works?
how the plugin works.. as it was written..
can be explain to on what occupations https://scrimba.com

I use the code for the checkbox menu thx!

<input v-model="checked" type="checkbox" id="checkbox-menu">
        <label for="checkbox-menu">checkbox menu</label>
        <div   v-on-clickaway="away" class="menu_elements"> .... </div>
      mixins: [ clickaway ],
        name: "bodyfooter",
      data(){return{
        checked: false
        }
      },
      methods: {
        away: function() {
        //  console.log('clicked away');
          //this.checked = !this.checked
          if (this.checked){
            this.checked = 0
          }

        },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions