Skip to content

Commit 2ef4949

Browse files
committed
docs: fix wrong link
1 parent f14805d commit 2ef4949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/components-demo/tinymce.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="components-container">
33
<aside>
44
Rich text is a core feature of the management backend, but at the same time it is a place with lots of pits. In the process of selecting rich texts, I also took a lot of detours. The common rich texts on the market have been basically used, and I finally chose Tinymce. See the more detailed rich text comparison and introduction.
5-
<a target="_blank" class="link-type" href="https://panjiachen.github.io/vue-element-admin-site/component/rich-editor.html">Documentation</a>
5+
<a target="_blank" class="link-type" href="https://panjiachen.github.io/vue-element-admin-site/feature/component/rich-editor.html">Documentation</a>
66
</aside>
77
<div>
88
<tinymce v-model="content" :height="300" />

0 commit comments

Comments
 (0)