vue-reactivity-with-polyfill
TypeScript icon, indicating that this package has built-in type declarations

0.1.9 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i vue-reactivity-with-polyfill

Weekly Downloads

2

Version

0.1.9

License

MIT

Unpacked Size

694 kB

Total Files

25

Last publish

Collaborators

  • dolymood