Merge pull request #3077 from Xotic750/add_click_outside_directive

Add v-click-outside-x directive
This commit is contained in:
Aresn 2018-03-01 10:17:07 +08:00 committed by GitHub
commit e7fa279934
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 886 additions and 762 deletions

1179
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -47,7 +47,8 @@
"lodash.throttle": "^4.1.1", "lodash.throttle": "^4.1.1",
"popper.js": "^0.6.4", "popper.js": "^0.6.4",
"regexp.escape": "^1.0.2", "regexp.escape": "^1.0.2",
"tinycolor2": "^1.4.1" "tinycolor2": "^1.4.1",
"v-click-outside-x": "^2.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"vue": "^2.5.2" "vue": "^2.5.2"

466
yarn.lock

File diff suppressed because it is too large Load diff