vue3-yuanma/packages
Evan You 1c7d737cc8 feat: support v-bind .prop & .attr modifiers
Also allows render function usage like the following:

```js
h({
  '.prop': 1, // force set as property
  '^attr': 'foo' // force set as attribute
})
```
2021-07-16 14:30:49 -04:00
..
compiler-core feat: support v-bind .prop & .attr modifiers 2021-07-16 14:30:49 -04:00
compiler-dom feat: v-memo 2021-07-16 14:30:49 -04:00
compiler-sfc feat: v-memo 2021-07-16 14:30:49 -04:00
compiler-ssr perf: improve VNode creation performance with compiler hints (#3334) 2021-07-16 14:30:49 -04:00
reactivity feat(reactivity): support onTrack/onTrigger debug options for computed 2021-07-16 14:30:49 -04:00
runtime-core types: fix dts tests 2021-07-16 14:30:49 -04:00
runtime-dom feat: support v-bind .prop & .attr modifiers 2021-07-16 14:30:49 -04:00
runtime-test release: v3.1.5 2021-07-16 12:38:01 -04:00
server-renderer release: v3.1.5 2021-07-16 12:38:01 -04:00
sfc-playground release: v3.1.5 2021-07-16 12:38:01 -04:00
shared perf: improve VNode creation performance with compiler hints (#3334) 2021-07-16 14:30:49 -04:00
size-check release: v3.1.5 2021-07-16 12:38:01 -04:00
template-explorer release: v3.1.5 2021-07-16 12:38:01 -04:00
vue release: v3.1.5 2021-07-16 12:38:01 -04:00
vue-compat release: v3.1.5 2021-07-16 12:38:01 -04:00
global.d.ts wip: initial compat build setup 2021-04-07 16:19:24 -04:00