UNPKG

element-plus

Version:

A Component Library for Vue 3

16 lines (12 loc) 308 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); let $ELEMENT = {}; const setConfig = (option) => { $ELEMENT = option; }; const getConfig = (key) => { return $ELEMENT[key]; }; exports.getConfig = getConfig; exports.setConfig = setConfig; //# sourceMappingURL=config.js.map