We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"dependencies": { "mavon-editor": "^3.0.1", "vue": "^3.3.4" },
代碼:
<script lang="ts" setup> let blog: BlogExhibit = reactive({ "content": '' }); (async () => { let data: Data<BlogExhibit> = await GET<BlogExhibit>(`/public/blog/info/${blogId}`) blog.content = data.content })() </script> <template> <mavon-editor class="exhibit-mavon-editor" :boxShadow="false" :editable="false" :subfield="false" v-html="blog.content" :toolbarsFlag="false" defaultOpen="preview" previewBackground="#ffffff" code-style="androidstudio" /> </template>
渲染正常:
瀏覽器後退報錯:
直接後退失敗
The text was updated successfully, but these errors were encountered:
No branches or pull requests
代碼:
渲染正常:
瀏覽器後退報錯:
直接後退失敗
The text was updated successfully, but these errors were encountered: