From 3145f91f3290927a739f7984b4338d2947b93004 Mon Sep 17 00:00:00 2001 From: Pan Date: Tue, 2 Apr 2019 17:47:09 +0800 Subject: [PATCH] tweak --- src/lang/en.js | 2 +- src/views/components-demo/avatarUpload.vue | 2 +- src/views/components-demo/backToTop.vue | 4 ++-- src/views/components-demo/dropzone.vue | 2 +- src/views/components-demo/sticky.vue | 2 +- src/views/components-demo/tinymce.vue | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/lang/en.js b/src/lang/en.js index ef4548e7..e2bfbbd7 100644 --- a/src/lang/en.js +++ b/src/lang/en.js @@ -101,7 +101,7 @@ export default { }, components: { documentation: 'Documentation', - tinymceTips: 'Rich text editor is a core part of management system, but at the same time is a place with lots of problems. In the process of selecting rich texts, I also walked a lot of detours. The common rich text editors in the market are basically used, and the finally chose Tinymce. See documentation for more detailed rich text editor comparisons and introductions.', + tinymceTips: '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.', dropzoneTips: 'Because my business has special needs, and has to upload images to qiniu, so instead of a third party, I chose encapsulate it by myself. It is very simple, you can see the detail code in @/components/Dropzone.', stickyTips: 'when the page is scrolled to the preset position will be sticky on the top.', backToTopTips1: 'When the page is scrolled to the specified position, the Back to Top button appears in the lower right corner', diff --git a/src/views/components-demo/avatarUpload.vue b/src/views/components-demo/avatarUpload.vue index c40ef4a4..ae6d939f 100644 --- a/src/views/components-demo/avatarUpload.vue +++ b/src/views/components-demo/avatarUpload.vue @@ -2,7 +2,7 @@
This is based on vue-image-crop-upload. - {{ $t('components.imageUploadTips') }} + Since I was using only the vue@1 version, and it is not compatible with mockjs at the moment, I modified it myself, and if you are going to use it, it is better to use official version. diff --git a/src/views/components-demo/backToTop.vue b/src/views/components-demo/backToTop.vue index 1404f574..93337834 100644 --- a/src/views/components-demo/backToTop.vue +++ b/src/views/components-demo/backToTop.vue @@ -1,7 +1,7 @@