We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffda88c commit cc042d5Copy full SHA for cc042d5
index-dist.html
@@ -18,7 +18,6 @@
18
import { createApp } from 'vue'
19
import { Repl } from './dist/vue-repl'
20
import Monaco from './dist/monaco-editor'
21
- import './dist/style.css'
22
createApp(Repl, {
23
editor: Monaco,
24
}).mount('#app')
0 commit comments