UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

21 lines (16 loc) 523 B
/** * xdesign v1.0.6 * (c) 2023 xdesign * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); /* unplugin-vue-components disabled */var injectStyle = function injectStyle(style) { var styleElement = document.createElement("style"); var styleSheet = null; document.head.appendChild(styleElement); styleSheet = styleElement.sheet; styleSheet.insertRule(style, styleSheet.cssRules.length); }; exports["default"] = injectStyle; //# sourceMappingURL=injectStyle.js.map