Evan You пре 10 година
родитељ
комит
ff3c9b5d2a
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/directives/for.js

+ 1 - 0
src/directives/for.js

@@ -84,6 +84,7 @@ module.exports = {
       item = data[i]
       key = converted ? item.$key : null
       value = converted ? item.$value : item
+      primitive = !isObject(value)
       frag = !init && this.getCachedFrag(value, i, key)
       if (frag) { // reusable fragment
         frag.reused = true