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 9d0bcf4 commit 9975a7aCopy full SHA for 9975a7a
src/views/components-demo/tinymce.vue
@@ -2,7 +2,7 @@
2
<div class="components-container">
3
<aside>
4
{{ $t('components.tinymceTips') }}
5
- <a target="_blank" class="link-type" href="https://panjiachen.github.io/vue-element-admin-site/component/rich-editor.html"> {{ $t('components.documentation') }}</a>
+ <a target="_blank" class="link-type" href="https://panjiachen.github.io/vue-element-admin-site/feature/component/rich-editor.html"> {{ $t('components.documentation') }}</a>
6
</aside>
7
<div>
8
<tinymce v-model="content" :height="300" />
0 commit comments