vue3-yuanma/packages/compiler-core/src
Evan You b0d01e9db9 dx(compiler-core): warn on <template v-for> key misplacement
Note: the behavior is different from Vue 2. `<template v-for>` are compiled
into an array of Fragment vnodes so the key should be placed the `<template>`
for v-for to use it for diffing.
2020-08-04 12:20:32 -04:00
..
transforms dx(compiler-core): warn on <template v-for> key misplacement 2020-08-04 12:20:32 -04:00
ast.ts fix(compiler-core): v-if key error should only be checking same key on different branches 2020-08-04 12:01:18 -04:00
codegen.ts feat(compiler-core/internal): add onContextCreated option to generate (#1672) 2020-07-21 15:16:20 -04:00
compile.ts feat(compiler): better warning for invalid expressions in function/browser mode 2020-06-11 16:31:51 -04:00
errors.ts dx(compiler-core): warn on <template v-for> key misplacement 2020-08-04 12:20:32 -04:00
index.ts wip: template binding optimization 2020-07-10 22:12:25 -04:00
options.ts fix(v-model): allow v-model usage on declared custom elements 2020-07-27 17:09:30 -04:00
parse.ts feat: support delimiters option for runtime compilation 2020-07-23 14:27:17 -04:00
runtimeHelpers.ts fix(v-on): capitalize dynamic event names 2020-07-13 17:36:46 -04:00
transform.ts fix(v-model): allow v-model usage on declared custom elements 2020-07-27 17:09:30 -04:00
utils.ts fix(compiler-core): v-if key error should only be checking same key on different branches 2020-08-04 12:01:18 -04:00
validateExpression.ts fix(compiler-core): skip empty expressions when validating expressions in browser mode 2020-06-15 10:59:03 -04:00