此文记录myVue.js对于事件绑定的处理
/**
* 编译
* 对模板变量
*/
compile(node) {
node.childNodes.forEach((item, index) &
2021-02-06