This project is mirrored from https://github.com/vuejs/core.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Jul 17, 2020
- Jul 16, 2020
-
-
Zardddddd60 authored
-
无忧 authored
-
Evan You authored
Also improve flush performance by using for loop instead of shift() fix #1595
-
Evan You authored
fix #1594
-
Evan You authored
-
Evan You authored
-
Evan You authored
process non js/ts blocks in compileScript
-
Evan You authored
-
Evan You authored
-
Evan You authored
Also warn against `<script setup src>` usage
-
Evan You authored
-
cexbrayat authored
The warning was showing even if the component is only using a classic `<script>`
-
Evan You authored
fix https://github.com/vitejs/vite/issues/514
-
- Jul 15, 2020
-
-
Evan You authored
ref: #1591
-
Evan You authored
-
Evan You authored
-
Jacob Müller authored
-
春去春又来 authored
-
Pick authored
close #1452
-
underfin authored
fix #1583
-
HcySunYang authored
fix #1587
-
dependabot-preview[bot] authored
Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) from 7.10.4 to 7.10.5. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.10.5/packages/babel-parser ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
dependabot-preview[bot] authored
Bumps [@babel/types](https://github.com/babel/babel/tree/HEAD/packages/babel-types) from 7.10.4 to 7.10.5. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.10.5/packages/babel-types ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
Carlos Rodrigues authored
-
Evan You authored
-
Evan You authored
-
underfin authored
fix vitejs/vite#536
-
Pick authored
-
Evan You authored
fix #1576
-
Evan You authored
-
dependabot-preview[bot] authored
-
- Jul 14, 2020
-
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
-
Evan You authored
fix #1567 Previously multiple `v-on` handlers with different event attach option modifers (`.once`, `.capture` and `.passive`) are generated as an array of objects in the form of `[{ handler, options }]` - however, this makes it pretty complex for `runtime-dom` to properly handle all possible value permutations, as each handler may need to be attached with different options. With this commit, they are now generated as event props with different keys - e.g. `v-on:click.capture` is now generated as a prop named `onClick.capture`. This allows them to be patched as separate props which makes the runtime handling much simpler.
-
Evan You authored
-
Evan You authored
-
Evan You authored
fix #1565
-
Evan You authored
-