8000 chore: fix types with Vite 6.3 · unplugin/unplugin-vue@676bef1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 676bef1

Browse files
committed
chore: fix types with Vite 6.3
ref vitejs/vite-plugin-vue@8002511
1 parent c615656 commit 676bef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/style.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export async function transformStyle(
6666
block.scoped && !descriptor.isTemp
6767
? {
6868
vite: {
69-
cssScopeTo: [descriptor.filename, 'default'],
69+
cssScopeTo: [descriptor.filename, 'default'] as const,
7070
},
7171
}
7272
: undefined,

0 commit comments

Comments
 (0)
0