chore(ct): removed unused createApp function (#16079)

This commit is contained in:
sand4rt 2022-07-31 23:35:05 +02:00 committed by GitHub
parent 5a79054544
commit 8027bd375e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,3 @@ import { createApp } from 'vue'
import App from './App.vue'
createApp(App).mount('#app')
const app = createApp(App);
app.component('a')