vue-click-outside-directive

0.0.1 • Public • Published

Vue Click Outside

Vue Directive to make a click outside event, inspired by vue-clickaway

DEMO

Install

Include the vue-click-outside.js to your HTML or web page file after Vue.Js. or import it to your Javscript / Vue File.

Usage

<template>
  <div v-click-outside="clickedOutside"></div>

  <!-- You Need Delay, if you're using it together with v-if directive -->
  <div v-if="something" v-click-outside:delay="clickedOutside"></div>
</template>

<script>

  export default {

    methods: {
      hasClickedOutside(){
        alert('Clicked OutSide!')
      },
    }

  };

</script>

Thank You for Making this useful~

Hopefully this can be useful for your next projects.

Let's talk about some projects with me

Just Contact Me At:

License

MIT Copyright (c) 2016 - forever Naufal Rabbani

Package Sidebar

Install

npm i vue-click-outside-directive

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • bosnaufal