Skip to content

Commit 8002511

Browse files
authored
chore: fix types with Vite 6.3 (#559)
1 parent e4635ff commit 8002511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-vue/src/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)