UNPKG

vimo-dt

Version:

A Vue2.x UI Project For Mobile & HyBrid

10 lines (9 loc) 266 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = focusOutActiveElement; function focusOutActiveElement() { var activeElement = document.activeElement; activeElement && activeElement.blur && activeElement.blur(); }