1.0.0 • Published 2 years ago

qiankun-dhcc v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

qiankun(乾坤)

This project fork qiankun framework to add customized functions

  • add keepAlive options
    when the micro application is deactivated, the DOM will not be destroyed, but will be hidden. the event will be suspended temporarily. when it is reactivated, the DOM will be re displayed and the event will be restored

how to use

import { start } from 'qiankun';
start({
  keepAlive: true,
});

release

  • v1.0.0
    base on qiankun 2.7.0,add keepAlive options

refer to qiankun for more options