Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8002511

Browse filesBrowse files
authored
chore: fix types with Vite 6.3 (#559)
1 parent e4635ff commit 8002511
Copy full SHA for 8002511

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎packages/plugin-vue/src/style.ts

Copy file name to clipboardExpand all lines: packages/plugin-vue/src/style.ts
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.