SourceTermAnalysisSystem_vue/node_modules/@antv/x6/lib/registry/attr/html.js

9 lines
221 B
JavaScript
Raw Normal View History

2026-05-15 10:22:44 +08:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.html = void 0;
exports.html = {
set(html, { elem }) {
elem.innerHTML = `${html}`;
},
};
//# sourceMappingURL=html.js.map