You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`loop.first` / `loop.index` (in `<each>`) |`v-for="(item, index) in items"` → `index === 0` / `index`|
35
37
36
38
ESP / mail-merge syntax (`{{ mailchimp_var }}`, `*|MERGE|*`, etc.) that you need preserved verbatim: wrap in `<Raw>` or use `v-pre` on the parent.
37
39
40
+
An `<each>` body that emits sibling elements per iteration (e.g. a separator `<tr>` then a content `<tr>`) needs `<template v-for>` — v-for on one element can't wrap multiple roots.
0 commit comments