An open API service indexing awesome lists of open source software.

https://github.com/bitfertig/outerclick.vuejs

Vuejs outerclick mixin.
https://github.com/bitfertig/outerclick.vuejs

Last synced: 6 months ago
JSON representation

Vuejs outerclick mixin.

Awesome Lists containing this project

README

          

![](https://img.badgesize.io/Bitfertig/outerclick.vuejs/main/index.js?label=JS_file_only)

# outerclick.vuejs

Outerclick vuejs-mixin by references.

## Demo

http://tools.bitfertig.de/outerclick.vuejs/

## Install

```bash
npm i @dipser/outerclick.vuejs
```

## Usage

In a .vue file:

```html

close())" ref="ref">

Inner

import outerclick from '@dipser/outerclick.vuejs';
export default {
mixins: [
outerclick
],
methods: {
close: function(){}
}
}

```

## More
* [npm package](https://www.npmjs.com/package/@dipser/outerclick.vuejs)
* [twitter](https://twitter.com/dipser)