Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 862 Bytes

CHANGELOG.md

File metadata and controls

24 lines (15 loc) · 862 Bytes

Features

  • 页面切换效果class名称,支持作为组件参数传入

Features

  • replace 增加参数direction,可利用replace禁用移动端safari上的左右滑动切换动画,避免影响自定义的动画效果

Bug

  • 修复 页面刷新=>页面前进=>页面回退(多步返回刷新之前的页面)产生的页面没有重新渲染的bug

Features

  • add support to mode: 'history'

Features

  • 增加了router-views组件,实现了路由跳转后可以同时保留之前页面的dom和当前页面的dom。配合页面切换的转场动画效果,可以实现类似ios的页面切换效果。前往github了解详细信息