See [this fiddle](http://jsfiddle.net/5sH6A/38/). It looks like this can be fixed [here](https://github.com/yyx990803/vue/blob/master/src/directives/style.js#L22) - ``` if (value){ ``` to ``` if (value && value.slice){ ```