lzxb / vuet

允许你定义飙车过程的集中式状态管理模式
MIT License
422 stars 74 forks source link

polyfill 支持不太好 #13

Closed leijuns closed 6 years ago

leijuns commented 6 years ago

你好,我在项目中使用发现 Object.assign 方法报错,此方法的 polyfill 没包含在包中。
测试机:

  1. iPhone 5 ,ios 8。
  2. 魅族自带手机浏览器。
    希望能解决,谢谢。
lzxb commented 6 years ago

https://github.com/medatc/vuet/blob/dev/dist/vuet.js#L66 vuet的包里已经做了兼容处理的,如果你想使用,那么你需要在自己的项目中引入相关的polyfill,而不是要求vuet给你的项目中引入你需要的polyfill

leijuns commented 6 years ago

L66 处虽然处理了兼容,但是在 https://github.com/medatc/vuet/blob/dev/dist/vuet.js#L102 这里仍然使用了 Object.assign,node_modules 目录一般都是排除在外的,所以才会出现兼容问题,vuet-scroll 也有这个问题。

lzxb commented 6 years ago

我明白你的意思了。我看看是怎么回事。

lzxb commented 6 years ago

已经修复了,多谢反馈。

leijuns commented 6 years ago

谢谢