[bugfix] click outside mixin event binding (#3584)
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
/**
|
||||
* Bind event when mounted or activated
|
||||
*/
|
||||
import { on, off } from '../utils/dom/event';
|
||||
|
||||
export function BindEventMixin(handler) {
|
||||
|
||||
Reference in New Issue
Block a user