0.1.9 • Published 4 years ago

vue-reactivity-with-polyfill v0.1.9

Weekly downloads
-
License
MIT
Repository
-
Last release
4 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

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago