Evan You
|
6283b2ec41
|
fix(compiler-dom): properly stringify v-html/v-text with constant value
fix #5439
close #5445
|
2022-05-13 08:57:43 +08:00 |
|
Evan You
|
29beda7c6f
|
fix(compiler-dom): avoid bailing stringification on setup const bindings
|
2021-12-06 11:53:02 +08:00 |
|
Evan You
|
2641422aa7
|
fix(compiler-dom): stringify eligible svg content
fix #4282
|
2021-08-09 14:39:50 -04:00 |
|
Evan You
|
b7ea7c1485
|
perf: also hoist all-static children array
|
2021-07-16 14:30:49 -04:00 |
|
GU Yiling
|
ca6aa01181
|
fix(compiler-dom): stringifyStatic should remove attribute bindings with null value (#3477)
fix #3475
|
2021-03-25 16:14:06 -04:00 |
|
Evan You
|
90bdf59f4c
|
refactor(compiler): better constant hoist/stringify checks
|
2020-11-20 19:26:07 -05:00 |
|
Evan You
|
9b5d13e598
|
fix: bail stringification for slots
fix #1281, close #1286
|
2020-06-10 14:31:59 -04:00 |
|
Evan You
|
3f80183f1f
|
test: test for table stringification bail
|
2020-06-09 17:10:07 -04:00 |
|
Zardddddd60
|
64ec8bfb54
|
fix(compiler-core): bail static stringfication even threshold is met (#1298)
fix #1128
|
2020-06-09 16:26:03 -04:00 |
|
Evan You
|
dd2bfb5a8f
|
fix(compiler-dom): should bail stringification on runtime constant regardless of position
ref: vuejs/vite#157
|
2020-05-18 10:04:18 -04:00 |
|
Evan You
|
baa6973b13
|
wip(compiler): tests for new stringification
|
2020-05-15 15:50:42 -04:00 |
|
Evan You
|
304ab8c99b
|
fix(compiler-dom): bail static stringfication on non-attr bindings
fix #1128
|
2020-05-07 10:32:54 -04:00 |
|
Evan You
|
f9a3766fd6
|
fix(compiler): bail strigification on runtime constant expressions
|
2020-05-04 15:15:26 -04:00 |
|
HiiTea
|
22717772dd
|
chore: fix typos (#1090)
|
2020-05-01 09:42:58 -04:00 |
|
Evan You
|
1b9b235663
|
fix(compiler-dom): properly stringify class/style bindings when hoisting static strings
|
2020-02-21 13:10:13 +01:00 |
|
Evan You
|
8b7c162125
|
feat(compiler-dom): handle constant expressions when stringifying static content
|
2020-02-12 15:00:00 -05:00 |
|