Update vite.md

Fix typos from last update
This commit is contained in:
chachew 2024-04-22 10:22:08 -05:00 committed by GitHub
parent 95f4e6b56d
commit dc5a728503
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -168,9 +168,9 @@ Configure the import alias for utils: @/lib/utils
### Update main.ts
Remove import for style.css and add add tailwind style import `import './assets/index.css'`
Remove import for style.css and add tailwind style import `import './assets/index.css'`
```diff typescript {4}
```diff typescript {2,4}
import { createApp } from 'vue'
- import './style.css'
import App from './App.vue'