Vue动态组件component、动态缓存组件keep-alive、过渡效果transition、过滤器filter、插槽solt
动态组件componentcomponent是Vue的动态组件,它是可以改变的fathersonVue.component('Father',{template:'father'})Vue.component('Son',{template:'son'})newVue({el:'#app',data:{val:'father'}})动态缓存组件keep-alivekeep-alive组件可以实现组