Layne
Layne
+1,试了一下,animationEnd这个函数是to函数结束时触发的,应该被更名为toEnd,貌似这个库缺失动画结束的回调,如果想在动画结束后做一些处理不知道怎么操作
@seanjameshan So what should I do ?
这个也不错,只是不完善: https://github.com/cooking-demo/multiple-pages-vue
effective: ```js onSelectElement (event) { const tagName = event.target.tagName if (tagName === 'INPUT' || tagName === 'TEXTAREA' || tagName === 'SELECT') { event.stopPropagation() } } ```
@PeachScript Much appreciate for your reply. But it seems not work:   I still get these warns: 
所以这个插件还更新吗?
难道你们项目里没有用sourcemaps吗?那怎么做源码映射呢
in README.md-->Example usage the config "extensions: ['svg', 'png', /\.jpg#datauri$/i]," can't match the file '.png' but i now use webpack ,thinks for your lib
现有的rap导入json,不支持注释中含义的导入  json编写按照value后有两个空格,然后“//”,然后一个空格,然后含义,然后“--”,然后备注的格式 按照上面示意图导入json的时候就可以把含义以及备注导入到rap,导出也按照这个格式 参见之前的issue:https://github.com/thx/RAP/issues/587