7c0cbbbca7
* Add raw layout support to Vue playground We can’t use ?raw here because Vite uses that itself for stuff. So here we opt for ?layout=raw instead * Fix Transition for `appear` overwriting classes on re-render * Set initial state just before animating * Remove unused import * Refactor * Capture snapshot of element just after first render With the new `setInitial` call before the animation starts — we don’t see the actual initial render result in this test because the queue has been emptied by the time it ends * Update changelog