Jeecg-boot/jeecg-uniapp-master/plugin/uni-simple-router/patch/applets-patch.js

11 lines
173 B
Java
Raw Normal View History

2024-10-20 14:28:53 +00:00
/**
* 截止 1.3.5 版本 不做任何操作
* @param {element} el dom节点
*/
const appletsMount = function (Vim) {
Vim.$mount();
};
export default appletsMount;