From 2a85094a2062eb684c0ca9f8622946b655e51577 Mon Sep 17 00:00:00 2001 From: Pan Date: Tue, 16 Apr 2019 11:04:46 +0800 Subject: [PATCH] doc --- src/lang/es.js | 3 +++ src/views/example/components/ArticleDetail.vue | 16 ++++++++-------- .../example/components/Dropdown/Comment.vue | 6 +++--- .../example/components/Dropdown/Platform.vue | 2 +- .../example/components/Dropdown/SourceUrl.vue | 6 +++--- 5 files changed, 18 insertions(+), 15 deletions(-) diff --git a/src/lang/es.js b/src/lang/es.js index a8f69831..50b96037 100755 --- a/src/lang/es.js +++ b/src/lang/es.js @@ -132,6 +132,9 @@ export default { cancel: 'Cancelar', confirm: 'Confirmar' }, + example: { + warning: 'Creating and editing pages cannot be cached by keep-alive because keep-alive include does not currently support caching based on routes, so it is currently cached based on component name. If you want to achieve a similar caching effect, you can use a browser caching scheme such as localStorage. Or do not use keep-alive include to cache all pages directly. See details' + }, errorLog: { tips: 'Please click the bug icon in the upper right corner', description: 'Now the management system are basically the form of the spa, it enhances the user experience, but it also increases the possibility of page problems, a small negligence may lead to the entire page deadlock. Fortunately Vue provides a way to catch handling exceptions, where you can handle errors or report exceptions.', diff --git a/src/views/example/components/ArticleDetail.vue b/src/views/example/components/ArticleDetail.vue index 561fb7e7..b1aa8df6 100644 --- a/src/views/example/components/ArticleDetail.vue +++ b/src/views/example/components/ArticleDetail.vue @@ -20,28 +20,28 @@ - 标题 + Title