We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77bf9b commit 23fdffdCopy full SHA for 23fdffd
src/main.js
@@ -1,4 +1,5 @@
1
import { createApp } from 'vue'
2
import App from './App.vue'
3
+import './index.css'
4
5
createApp(App).mount('#app')
0 commit comments