[bugfix] click outside mixin event binding (#3584)

This commit is contained in:
neverland
2019-06-21 14:37:11 +08:00
committed by GitHub
parent f86ab3a4d5
commit caa83ac4a8
2 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
/**
* Bind event when mounted or activated
*/
import { on, off } from '../utils/dom/event';
export function BindEventMixin(handler) {