Skip to content

Commit

Permalink
fix dist index css import
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jan 2, 2024
1 parent ffda88c commit cc042d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index-dist.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import { createApp } from 'vue'
import { Repl } from './dist/vue-repl'
import Monaco from './dist/monaco-editor'
import './dist/style.css'
createApp(Repl, {
editor: Monaco,
}).mount('#app')
Expand Down

0 comments on commit cc042d5

Please sign in to comment.