diff --git a/.changeset/floppy-bottles-open.md b/.changeset/floppy-bottles-open.md new file mode 100644 index 000000000000..d74368ab168e --- /dev/null +++ b/.changeset/floppy-bottles-open.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Improves Vue scoped style handling in DEV mode during client router navigation. diff --git a/packages/astro/e2e/fixtures/view-transitions/src/pages/one.astro b/packages/astro/e2e/fixtures/view-transitions/src/pages/one.astro index 12e0db2cf538..eee063b6d416 100644 --- a/packages/astro/e2e/fixtures/view-transitions/src/pages/one.astro +++ b/packages/astro/e2e/fixtures/view-transitions/src/pages/one.astro @@ -16,6 +16,7 @@ import Layout from '../components/Layout.astro'; redirect cross-origin go to undefined page go to inline module + go to Vue scoped styles