wujieli0207
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/components/Markdown/src/MarkdownViewer.vue
|
|
|
@ -4,7 +4,7 @@ |
|
|
|
</template> |
|
|
|
|
|
|
|
<script lang="ts" setup> |
|
|
|
import { computed } from 'vue'; |
|
|
|
import { computed,defineProps } from 'vue'; |
|
|
|
import showdown from 'showdown'; |
|
|
|
|
|
|
|
const converter = new showdown.Converter(); |
|
|
|
|