framework7-vue
Advanced tools
Changelog
v3.6.0 - December 7, 2018
keepAlive
routes. When route's page is specified with keepAlive: true
, then it, instead of removing and destroying component, it will be detached from DOM and attached back when required.router.clearPreviousPages()
method that removes all previous (stacked) pages from DOMaccordion:beforeopen
event that is triggered right before accordion will be opened. event.detail.prevent
contains function that will prevent it from opening if called;accordion:beforeclose
event that is triggered right before accordion will be closed. event.detail.prevent
contains function that will prevent it from closing if called;accordion:beforeopen
/ accordionBeforeOpen
events, second argument passed to handler contains function that will prevent it from closing if called;accordion:beforeclose
/ accordionBeforeClose
events, second argument passed to handler contains function that will prevent it from closing if called;mdSwipeBack
, mdSwipeBackAnimateShadow
, mdSwipeBackAnimateOpacity
, mdSwipeBackActiveArea
, mdSwipeBackThreshold
virtualListIndex: Number
property to specify item index when rendered inside of Virtual Listvalue
property to specify Searchbar input's value. Can be usefule when used with customSearch
enabledChangelog
v3.5.2 - November 12, 2018
inputEvents
parameter that allow to specify which input events should be tracked for searchtag
property to allow to change default li
tag to anything elseinputEvents
prop that allow to specify which input events should be tracked for searchChangelog
v3.5.1 - November 2, 2018
touchStartForcePreventDefault
parameter to force touch start event prevent defaultswipeout:overswipeenter
and swipeout:overswipeexit
events fired when overswipe enabled/disabledtextareaId
property to set ID attribute on its textareaswipeoutOverswipeEnter
and swipeoutOverswipeExit
events