0.1.9 • Published 5 years ago

vue-reactivity-with-polyfill v0.1.9

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

vue-reactivity-with-polyfill

@vue/reactivity can not support no Proxy envs, this pkg ployfill it.

New API

  • get(target, path, defaultValue)
  • set(target, key, val)
  • del(target, key)
  • getLength(target: ArrayLike)

Unsupported Cases

  • Symbol key
  • Array length
  • Dynamic prop, object[key] or array[index]
  • delete
  • objectSpread

More, see proxy-polyfill

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago