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