Skip to content

Commit

Permalink
feat: expose the v-click-outside directive (#131)
Browse files Browse the repository at this point in the history
closes #133
  • Loading branch information
KaelWD committed Jun 12, 2020
1 parent d1e275f commit 290f520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matcher/generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Module._load = function _load (request, parent) {
}

const directives = Object.keys(require('vuetify/es5/directives'))
.filter(val => !['ClickOutside', 'default'].includes(val))
.filter(val => val !== 'default')

const dir = dirname(require.resolve('vuetify/es5/components'))

Expand Down

0 comments on commit 290f520

Please sign in to comment.