mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
5 lines
No EOL
135 B
TypeScript
5 lines
No EOL
135 B
TypeScript
import { createApp } from 'vue';
|
|
import Editor from './components/Editor.vue';
|
|
import './userWorker';
|
|
|
|
createApp(Editor).mount('#app'); |