Skip to content

Commit

Permalink
Merge pull request #184 from LaKing/patch-1
Browse files Browse the repository at this point in the history
vue imports missing
  • Loading branch information
surmon-china authored Dec 21, 2022
2 parents 9de6e16 + 48d2c22 commit 8401eb3
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 { defineComponent, ref, shallowRef } 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 8401eb3

Please sign in to comment.