hongyer

Results 8 comments of hongyer

``` ``` 去看了下源码,这里确实有问题,`$emit('form-data-change', {key: key, value: value})` 这里的value 取得是绑定在组件上的model,还没有更新,更新的value在 change事件回调里面带了选中的值,应该是`@change="(data => $emit('form-data-change', {key: key, value: data.value}))()"`

同问, @llc1994 ,请问解决没有

same Question: webpack version:^3.6.0 "interpolate-html-plugin": "^3.0.0",

PS: Then I try to change 'interpolate-html-plugin' version down to '2.0.0', the project can build as normal.

Waiting for good news~

@mbehzad thanks so much, and it is the same issues,,, maybe I shoule use the monitor just when my project build.

我也遇到了 大概就是@wengcd说的