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.
|
|
|
/**
|
|
* 截止 1.3.5 版本 不做任何操作
|
|
* @param {element} el dom节点
|
|
*/
|
|
const appletsMount = function (Vim) {
|
|
Vim.$mount();
|
|
};
|
|
|
|
export default appletsMount;
|