vue3-core/packages/compiler-core/src
Evan You 52e45a9850 fix(v-once): fix v-once usage with v-if and v-for
fix #2035
2020-09-02 12:30:37 -04:00
..
transforms fix(v-once): fix v-once usage with v-if and v-for 2020-09-02 12:30:37 -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 feat(compiler-core): add `comments` parser option (#1858) 2020-08-17 11:20:28 -04:00
parse.ts feat(compiler-core): add `comments` parser option (#1858) 2020-08-17 11:20:28 -04:00
runtimeHelpers.ts fix(v-on): capitalize dynamic event names 2020-07-13 17:36:46 -04:00
transform.ts fix(v-once): fix v-once usage with v-if and v-for 2020-09-02 12:30:37 -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