UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

17 lines (14 loc) 445 B
/** * xdesign v1.0.6 * (c) 2023 xdesign * @license MIT */ /* 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); }; export { injectStyle as default }; //# sourceMappingURL=injectStyle.js.map