Results 2 issues of stepli

**BUG 描述** 使用vue方式开发mip组件,当该组件非首屏,然后为了让此组件提前渲染让prerenderAllowed方法返回true,然后发现该组件mounted方法会执行多次(目前发现当该组件最终出现在视口中时一共会执行四次)。 **复现步骤** 重新复现 Bug 的步骤 1. mip-cli开发组件(使用vue) 2. 让某个非首屏的组件prerenderAllowed 返回true 3. 添加console查看mounted执行次数 **期望结果** 希望执行一次,或者给出合理的执行次数。 **截图** 如果合适,添加问题相关的截图 **环境及版本信息:** - OS: mac - Browser chrome 模拟h5 - 浏览器 chrome 75...

bug

input is :` "323 "` output: `"323"` **reason is the blank in attr。** i read the code, find the problem maybe the function `findBeforeEqual` in parser.js.