You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
new option: propsData. This option allows you to pass props to an instance created imperatively with new without having to wrap it in a parent instance. This is primarily intended to make unit testing easier. docs
new option: extends. Allows declaratively extending another component (could be either a plain options object or a constructor) without having to use Vue.extend. This is primarily intended to make it easier to extend between single file components. (@pespantelis) docs
#2676 Added support for decimal places in currency filter (@phanan) docs
Fixed
#2642 reserve non-resolved is attribute for native custom elements
#2659 exclude .capture from v-on key filters (@eric6356)
#2663 fix handling v-if along with v-for on a template tag (@simplesmiler)