Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 308 Bytes

CHANGELOG.md

File metadata and controls

20 lines (16 loc) · 308 Bytes

@duannx/vue-router-transition

1.3.0

Minor Changes

  • efb51a3: Add support for keep-alive

      // Use keep-alive or not
      keepAlive: {
        type: Boolean,
        default: false,
      },
      // Attributes for keep-alive
      keepAliveAttrs: {
        type: Object,
        default: {}
      }