We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c8e1a commit 2f73100Copy full SHA for 2f73100
src/views/components-demo/markdown.vue
@@ -3,8 +3,8 @@
3
4
<code>Markdown is based on
5
<a href="https://github.com/nhnent/tui.editor" target="_blank">tui.editor</a> ,Simply encapsulated in Vue.
6
- <a target="_blank" href="https://juejin.im/post/593121aa0ce4630057f70d35#heading-15">
7
- 相关文章 </a>
+ <a target="_blank" href="https://panjiachen.github.io/vue-element-admin-site/feature/component/markdown-editor.html">
+ Documentation </a>
8
</code>
9
10
<div class="editor-container">
src/views/login/index.vue
@@ -107,7 +107,6 @@ export default {
107
},
108
immediate: true
109
}
110
-
111
112
created() {
113
// window.addEventListener('hashchange', this.afterQRScan)
0 commit comments