File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ Now import the `useMarkdownParser` composable we just created along with an expo
373373<script setup lang="ts">
374374import { onBeforeMount, ref, watch } from 'vue'
375375// Import package exports
376- import { MDCRenderer } from '@nuxtjs/mdc/runtime/components/MDCRenderer'
376+ import MDCRenderer from '@nuxtjs/mdc/runtime/components/MDCRenderer.vue '
377377import type { MDCParserResult } from '@nuxtjs/mdc/runtime/types/index'
378378import { useMarkdownParser } from './composables/useMarkdownParser';
379379
Original file line number Diff line number Diff line change 2424 "types" : " ./dist/runtime/index.d.ts" ,
2525 "import" : " ./dist/runtime/index.mjs"
2626 },
27+ "./runtime/components/*" : {
28+ "types" : " ./dist/runtime/components/*.d.ts" ,
29+ "import" : " ./dist/runtime/components/*"
30+ },
31+ "./dist/runtime/components/*" : {
32+ "types" : " ./dist/runtime/components/*.d.ts" ,
33+ "import" : " ./dist/runtime/components/*"
34+ },
2735 "./runtime/*" : {
2836 "types" : " ./dist/runtime/*.d.ts" ,
2937 "import" : " ./dist/runtime/*.mjs"
You can’t perform that action at this time.
0 commit comments