This repository was archived by the owner on Dec 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
dashboard/src/components/rmrk/Gallery Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 6161 </b-tag >
6262 <p v-if =" !isLoading"
6363 class =" subtitle is-size-5" >
64- {{ nft.description }}
64+ < markdown-it-vue-light class = " md-body " :content = " nft.description" />
6565 </p >
6666 <b-skeleton :count =" 3" size =" is-large" :active =" isLoading" ></b-skeleton >
6767 </div >
8080<script lang="ts" >
8181import { Component , Prop , Vue , Watch } from ' vue-property-decorator' ;
8282import { getInstance } from ' @/components/rmrk/service/RmrkService' ;
83- // import MarkdownItVue from 'markdown-it-vue';
84- // import MarkdownItVueLight from 'markdown-it-vue/dist/markdown-it-vue-light.umd.min.js';
85- import ' markdown-it-vue/dist/markdown-it-vue.css'
83+ import MarkdownItVueLight from ' markdown-it-vue/dist/markdown-it-vue-light.umd.min.js' ;
84+ import ' markdown-it-vue/dist/markdown-it-vue-light.css'
8685import { NFTWithMeta , NFT } from ' ../service/scheme' ;
8786import { sanitizeIpfsUrl } from ' ../utils' ;
8887import { emptyObject } from ' @/utils/empty' ;
@@ -129,7 +128,7 @@ type NFTType = NFTWithMeta;
129128 Auth : () => import (' @/components/shared/Auth.vue' ),
130129 AvailableActions ,
131130 Facts ,
132- // MarkdownItVue: MarkdownItVue as VueConstructor<Vue> ,
131+ MarkdownItVueLight ,
133132 Money ,
134133 Name ,
135134 Sharing ,
You can’t perform that action at this time.
0 commit comments