UNPKG

vimo-dt

Version:

A Vue2.x UI Project For Mobile & HyBrid

9 lines (8 loc) 278 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = componentIsMatch; function componentIsMatch(component, name) { return !!component && !!component.$options && component.$options._componentTag.toString().toLowerCase() === name; }