django-vue3-admin-web/node_modules/snabbdom/build/vnode.js
2025-10-20 21:21:14 +08:00

5 lines
202 B
JavaScript

export function vnode(sel, data, children, text, elm) {
const key = data === undefined ? undefined : data.key;
return { sel, data, children, text, elm, key };
}
//# sourceMappingURL=vnode.js.map