UNPKG

mt-ui-components-vue3

Version:

玛果添实UI组件库(Vue3)

14 lines (13 loc) 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.updateStyle = void 0; var updateStyle = function updateStyle(dom, style) { if (dom) { for (var key in style) { dom.style[key] = style[key]; } } }; exports.updateStyle = updateStyle;