Houjie
2025-04-11 1bf977929dd324f3ac64b70debd8a79443c54392
1
2
3
4
5
6
7
8
/**
 * 截止 1.3.5 版本 不做任何操作
 * @param {element} el dom节点
 */
const appMount = function (Vim) {
    Vim.$mount();
};
export default appMount;