Skip to content

Commit 6f6f664

Browse files
committed
fix: Add TypeScript error suppression for App.vue import
1 parent 0e08109 commit 6f6f664

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playground/src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { createApp } from 'vue'
2+
// @ts-expect-error anyway
23
import App from './App.vue'
34
import 'uno.css'
45

0 commit comments

Comments
 (0)