0.1.9 • Published 6 years ago

vue-reactivity-with-polyfill v0.1.9

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

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.0

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago