Add work in progress.

This commit is contained in:
2020-08-25 12:53:45 +02:00
parent ee4549cd9b
commit 3fee95d84f
5 changed files with 55 additions and 0 deletions

4
src/main.js Normal file
View File

@ -0,0 +1,4 @@
import { createApp } from 'vue'
import App from './App.vue'
const mounted = createApp(App).mount('#app') // eslint-disable-line