1
Showing
5 changed files
with
8 additions
and
2 deletions
-
Please register or sign in to post a comment
... | ... | @@ -4,6 +4,8 @@ import { |
httpPost | ||
} from '@/api/fetch-api.js' | ||
import "quill/dist/quill.core.css"; | ||
export default { | ||
data() { | ||
return { | ||
... | ... |
... | ... | @@ -5,7 +5,7 @@ |
<div> | ||
<div class="top-space"></div> | ||
<h2 class="tit">{{title}}</h2> | ||
<div class="box desc" v-html="content"> | ||
<div class="box desc ql-editor" v-html="content"> | ||
</div> | ||
</div> | ||
... | ... |