import { createApp } from 'vue'; import Editor from './components/Editor.vue'; import './userWorker'; createApp(Editor).mount('#app');