Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
chore: ignore vue TypeScript configuration issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hanspagel committed Jul 23, 2024
1 parent de46748 commit cc599e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { createApp } from 'vue'
import './style.css'
// @ts-ignore TODO: Fix tsconfig in a separate PR
import App from './App.vue'

createApp(App).mount('#app')

0 comments on commit cc599e6

Please sign in to comment.