Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
admin-fe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sean King
admin-fe
Commits
8f58baf6
Commit
8f58baf6
authored
6 years ago
by
Leo
Committed by
花裤衩
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix typo (#975)
parent
fded36c9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/views/example/components/Warning.vue
+1
-1
1 addition, 1 deletion
src/views/example/components/Warning.vue
with
1 addition
and
1 deletion
src/views/example/components/Warning.vue
+
1
−
1
View file @
8f58baf6
<
template
>
<p
class=
"warn-content"
>
创建和编辑页面是不能被keep-alive 缓存的,因为keep-alive 的include 目前不支持根据路由来缓存,所以目前都是基于component name 来缓存的,如果你想要实现缓存的效果,可以使用localstorage 等
游
览器缓存方案。或者不要使用keep-alive
创建和编辑页面是不能被keep-alive 缓存的,因为keep-alive 的include 目前不支持根据路由来缓存,所以目前都是基于component name 来缓存的,如果你想要实现缓存的效果,可以使用localstorage 等
浏
览器缓存方案。或者不要使用keep-alive
的include,直接缓存所有页面。详情见
<a
href=
"https://panjiachen.github.io/vue-element-admin-site/guide/essentials/tags-view.html"
target=
"_blank"
>
文档
</a>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment