Finish merging.

This commit is contained in:
2020-08-25 13:00:03 +02:00
parent 3fee95d84f
commit 0994e2eb7a
9 changed files with 12141 additions and 13 deletions

View File

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