Added Sass compiler and correct indenting.

This commit is contained in:
2020-12-14 23:11:31 +01:00
parent 05b4a26ac4
commit dade39f81e
9 changed files with 950 additions and 88 deletions

View File

@@ -1,4 +1,5 @@
import { createApp } from 'vue'
import App from './App.vue'
createApp(App).mount('#app')
createApp(App)
.mount('#app');