include:缓存;
exclude:不缓存;
<keep-alive include="test-keep-alive"><!-- 将缓存name为test-keep-alive的组件 --><component></component>
</keep-alive><keep-alive include="demoA,demoB"><!-- 将缓存name为a或者b的组件,结合动态组件使用 --><component :is="view"></component>
</keep-alive><!-- 使用正则表达式,需使用v-bind -->
<keep-alive :include="/demoA|demoB/"><component :is="view"></component>
</keep-alive><!-- 动态判断 -->
<keep-alive :include="includedComponents"><router-view></router-view>
</keep-alive><keep-alive exclude="test-keep-alive"><!-- 将不缓存name为test-keep-alive的组件 --><component></component>模块缓存后悔新增两个方法activated (进入页面时调用)deactivated(离开页面时调用),主要实现方式是监听路由变化
详细解决方案
keep-alive 新增的两个函数 activated deactivated,以及include exclude
热度:108 发布时间:2023-09-14 17:35:23.0
相关解决方案
- 关于jsp中 include file上的地址有关问题
- Spring自动扫描 <context:componet-scan>和加了<context:include-filter>以后有什么区别
- 初学者有关问题之二: include 指令和 include 动作有啥区别
- 在<jsp:include>里边添加action路径
- <jsp:include page = "<%=fileName>">该怎么解决
- 请问<jsp:include page="" flush="true"/> 不能解释执行的原因
- 用VS.net2005 中#include "pcap.h" 时,居然会编译出错error c3641,该怎么处理
- 奇怪的有关问题,include 源文件正常 #include 头文件出link异常,请高手解答一下
- VC2005求援!#include<fstream>
- c:\F\visualstudio2008中文版\VC\include\excpt.h(60) : error C2065:
- 怎么把头文件#include "h" 转成 #include <h>
- visual studio 10.0\vc\atlmfc\include\atlcore.h(111): error C3861:
- mvc3 有没有 相仿 include 方法
- 为什么在DW8设计视图下<include file="">后 下面的table都看不见呢,该如何解决
- 在 ASP.NET 中怎么嵌入 HTML,实现类似 <jsp:include /> 的功能
- :如何样动态改变 include 文件
- Cannot open include file: 'ps_trace.h'的有关问题
- NS2中 #include <wireless-phy.h> 引发的有关问题
- 英文高手请看语句有什么有关问题没:The Port is not in activating or deactivated status,can not test
- 各位神仙同僚们 问一下,关于UML中关于类图描述里,include 和 extension都应该在哪种情况下使用,该怎么解决
- include 出问题
- [求助]include 命令传参中文问题
- 用jsp include *.html文件时,却不能正常显示中文
- 关于 struts2 <s:include 只加载一次问题
- #include????????
- [求助]error:unable to find include file stdio.h和statement missing ; i ...
- 关于#include "graphics.h"
- 在vc里什么代替#include
- 在vc里什么代替#include
- #include