Skip to content

Commit

Permalink
docs: use default export (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Apr 23, 2024
1 parent c977555 commit 7cfeb23
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 @@ -375,7 +375,7 @@ import { onBeforeMount, ref, watch } from 'vue'
// Import package exports
import MDCRenderer from '@nuxtjs/mdc/runtime/components/MDCRenderer.vue'
import type { MDCParserResult } from '@nuxtjs/mdc/runtime/types/index'
import { useMarkdownParser } from './composables/useMarkdownParser';
import useMarkdownParser from './composables/useMarkdownParser';
const md = ref(`
# Just a Vue app
Expand Down

0 comments on commit 7cfeb23

Please sign in to comment.