You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
163 B
9 lines
163 B
2 years ago
|
/**
|
||
|
* 截止 1.3.5 版本 不做任何操作
|
||
|
* @param {element} el dom节点
|
||
|
*/
|
||
|
const appMount = function (Vim) {
|
||
|
Vim.$mount();
|
||
|
};
|
||
|
export default appMount;
|