Skip to content

Commit

Permalink
Stop importing defineProps macro
Browse files Browse the repository at this point in the history
  • Loading branch information
baku89 committed Sep 29, 2023
1 parent c9bf034 commit b288644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MonacoEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {Vec2} from 'linearly'
import * as monaco from 'monaco-editor'
import Tomorrow from 'monaco-themes/themes/Tomorrow.json'
import TomorrowNight from 'monaco-themes/themes/Tomorrow-Night.json'
import {defineProps, onMounted, ref, watch, watchEffect} from 'vue'
import {onMounted, ref, watch, watchEffect} from 'vue'
export interface ErrorInfo {
message: string
Expand Down

0 comments on commit b288644

Please sign in to comment.