fix: 暂时弃用html-renderer将html渲染回滚到v-html
All checks were successful
deploy to server / build-and-deploy (push) Successful in 2m56s
All checks were successful
deploy to server / build-and-deploy (push) Successful in 2m56s
- 增添table样式
This commit is contained in:
@ -5,13 +5,14 @@
|
||||
|
||||
<div class="content">
|
||||
<!-- eslint-disable-next-line vue/no-v-html -->
|
||||
<div v-if="!hydrated" v-html="companyProfile.content || ''" />
|
||||
<div v-else>
|
||||
<html-renderer
|
||||
class="html-typography"
|
||||
:html="companyProfile.content || ''"
|
||||
/>
|
||||
</div>
|
||||
<div class="html-typography" v-html="companyProfile.content || ''" />
|
||||
<!-- <div v-if="!hydrated" v-html="companyProfile.content || ''" /> -->
|
||||
<!-- <div v-else> -->
|
||||
<!-- <html-renderer -->
|
||||
<!-- class="html-typography" -->
|
||||
<!-- :html="companyProfile.content || ''" -->
|
||||
<!-- /> -->
|
||||
<!-- </div> -->
|
||||
</div>
|
||||
|
||||
<el-divider content-position="left">{{ $t('learn-more') }}</el-divider>
|
||||
|
||||
Reference in New Issue
Block a user