Skip to content

Commit

Permalink
vue imports missing
Browse files Browse the repository at this point in the history
  • Loading branch information
LaKing authored Dec 21, 2022
1 parent 609ef5b commit 2658328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ import { EditorState } from '@codemirror/state'
</template>
<script>
import { defineComponent } from 'vue'
import { ref, shallowRef, defineComponent } from 'vue'
import { Codemirror } from 'vue-codemirror'
import { javascript } from '@codemirror/lang-javascript'
import { oneDark } from '@codemirror/theme-one-dark'
Expand Down

0 comments on commit 2658328

Please sign in to comment.